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