WPF - Bound property updates before Target property
Recently while answering a query on WPF forum, I found an interesting behavior. In case you have two way binding set on a property, the property to which you bind too, updates before the property to which the bound value is assigned. Check out discussion and a sample on this here.
This seems to similar to another behavior with ComboBox that i had described here.
