Ensures that appropriate context pointers are established for a DependencyObjectType data member that has just been set.
Protected Sub OnFreezablePropertyChanged ( _ oldValue As DependencyObject, _ newValue As DependencyObject _ )
protected void OnFreezablePropertyChanged( DependencyObject oldValue, DependencyObject newValue )
protected: void OnFreezablePropertyChanged( DependencyObject^ oldValue, DependencyObject^ newValue )
member OnFreezablePropertyChanged : oldValue:DependencyObject * newValue:DependencyObject -> unit
This method should be called by Freezable inheritors each time a DependencyObject data member that is not stored as a DependencyProperty is set.
This method does not need to be called for DependencyObject data members that are stored using a DependencyProperty.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2