1 write to TargetProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
540
TargetProperty
=
7 references to TargetProperty
PresentationCore (5)
System\Windows\Media\BitmapCacheBrush.cs (2)
185
if ((e.Property ==
TargetProperty
) || (e.Property == AutoLayoutContentProperty))
188
if (e.Property ==
TargetProperty
&& e.IsAValueChange)
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
89
target.PropertyChanged(
TargetProperty
);
214
return (Visual) GetValue(
TargetProperty
);
218
SetValueInternal(
TargetProperty
, value);
PresentationFramework (2)
System\Windows\Generated\FrameworkContentElement.cs (1)
771
if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.
TargetProperty
)
System\Windows\Generated\FrameworkElement.cs (1)
803
if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.
TargetProperty
)