1 write to TransformProperty
PresentationCore (1)
System\Windows\Media\Generated\Brush.cs (1)
467
TransformProperty
=
5 references to TransformProperty
PresentationCore (5)
System\Windows\Media\BitmapCacheBrush.cs (2)
375
if ((Transform)value != (Transform)
TransformProperty
.GetDefaultValue(typeof(BitmapCacheBrush)))
394
TransformProperty
.OverrideMetadata(typeofThis, new UIPropertyMetadata(null, /* PropertyChangedHandle */ null, CoerceTransform));
System\Windows\Media\Generated\Brush.cs (3)
135
target.PropertyChanged(
TransformProperty
);
207
return (Transform) GetValue(
TransformProperty
);
211
SetValueInternal(
TransformProperty
, value);