1 write to TransformProperty
PresentationCore (1)
System\Windows\Media\Generated\Brush.cs (1)
457TransformProperty =
5 references to TransformProperty
PresentationCore (5)
System\Windows\Media\BitmapCacheBrush.cs (2)
360if ((Transform)value != (Transform)TransformProperty.GetDefaultValue(typeof(BitmapCacheBrush))) 379TransformProperty.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, propertyChangedCallback: null, CoerceTransform));
System\Windows\Media\Generated\Brush.cs (3)
122target.PropertyChanged(TransformProperty); 198return (Transform) GetValue(TransformProperty); 202SetValueInternal(TransformProperty, value);