Hi,
Is there a way to revert a DependencyProperty back to its default value (As if it was never changed) If you look at Charles Petzolds dependency property example application and you change the fontsize of the window, the buttons all change (as it should) but if you change one of the buttons fontsize, then thy dont respond to the change in the windows fontsize (Which is correct!!!) but is there a way to reset a dependency property back to its original state Not just check what its default value is and set it but to actually make it think it has never changed in value
Tnx
Rudi Grobler