2 writes to _coerceValueCallback
WindowsBase (2)
Base\System\Windows\PropertyMetadata.cs (2)
380_coerceValueCallback = value; 614_coerceValueCallback = baseMetadata.CoerceValueCallback;
2 references to _coerceValueCallback
WindowsBase (2)
Base\System\Windows\PropertyMetadata.cs (2)
372get { return _coerceValueCallback; } 612if (_coerceValueCallback == null)