2 writes to _propertyChangedCallback
WindowsBase (2)
Base\System\Windows\PropertyMetadata.cs (2)
360_propertyChangedCallback = value; 606_propertyChangedCallback = headHandler;
2 references to _propertyChangedCallback
WindowsBase (2)
Base\System\Windows\PropertyMetadata.cs (2)
352get { return _propertyChangedCallback; } 605headHandler += _propertyChangedCallback;