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