TestScenario:
TestScenario:
I've got a Control with a DependencyProperty A. I've got a ViewModel with a property A that I bind against the Control's A-Property using the OneWayToSource Binding. The Binding is updated explicitly by the Control.I've got a Cont