The WPF binding engine calls GetValue
and SetValue
directly (bypassing the property setters and getters). You need the property to be there so it can be supported in the XAML markup (and compile correctly).
The WPF binding engine calls GetValue
and SetValue
directly (bypassing the property setters and getters). You need the property to be there so it can be supported in the XAML markup (and compile correctly).