1 write to TransformProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\Brush.cs (1)
480TransformProperty =
5 references to TransformProperty
PresentationCore (5)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (2)
378if ((Transform)value != (Transform)TransformProperty.GetDefaultValue(typeof(BitmapCacheBrush))) 397TransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceTransform));
Core\CSharp\System\Windows\Media\Generated\Brush.cs (3)
144target.PropertyChanged(TransformProperty); 220return (Transform) GetValue(TransformProperty); 224SetValueInternal(TransformProperty, value);