1 write to TargetProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
561
TargetProperty
=
7 references to TargetProperty
PresentationCore (5)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (2)
188
if ((e.Property ==
TargetProperty
) || (e.Property == AutoLayoutContentProperty))
191
if (e.Property ==
TargetProperty
&& e.IsAValueChange)
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
95
target.PropertyChanged(
TargetProperty
);
224
return (Visual) GetValue(
TargetProperty
);
228
SetValueInternal(
TargetProperty
, value);
PresentationFramework (2)
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (1)
784
if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.
TargetProperty
)
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
814
if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.
TargetProperty
)