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)
352
get { return
_propertyChangedCallback
; }
605
headHandler +=
_propertyChangedCallback
;