What’s the difference between Dependency Property SetValue() & SetCurrentValue()

The MSDN link you provided says it quite well: This method is used by a component that programmatically sets the value of one of its own properties without disabling an application’s declared use of the property. The SetCurrentValue method changes the effective value of the property, but existing triggers, data bindings, and styles will continue … Read more