1 write to TargetProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
513
TargetProperty
=
7 references to TargetProperty
PresentationCore (5)
System\Windows\Media\BitmapCacheBrush.cs (2)
177
if ((e.Property ==
TargetProperty
) || (e.Property == AutoLayoutContentProperty))
180
if (e.Property ==
TargetProperty
&& e.IsAValueChange)
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
62
target.PropertyChanged(
TargetProperty
);
187
return (Visual) GetValue(
TargetProperty
);
191
SetValueInternal(
TargetProperty
, value);
PresentationFramework (2)
System\Windows\Generated\FrameworkContentElement.cs (1)
765
if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.
TargetProperty
)
System\Windows\Generated\FrameworkElement.cs (1)
797
if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.
TargetProperty
)