1 write to VisualProperty
PresentationCore (1)
System\Windows\Media\Generated\VisualBrush.cs (1)
434
VisualProperty
=
9 references to VisualProperty
PresentationCore (5)
System\Windows\Media\Generated\VisualBrush.cs (3)
136
target.PropertyChanged(
VisualProperty
);
156
return (Visual) GetValue(
VisualProperty
);
160
SetValueInternal(
VisualProperty
, value);
System\Windows\Media\VisualBrush.cs (1)
187
if ((e.Property ==
VisualProperty
) || (e.Property == AutoLayoutContentProperty))
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
287
VisualBrush.
VisualProperty
.AddOwner(
PresentationFramework (4)
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)
System\Windows\ResourceDictionary.cs (2)
2354
if (inheritanceContext.ProvideSelfAsInheritanceContext(value, VisualBrush.
VisualProperty
))
2399
inheritanceContext.RemoveSelfAsInheritanceContext(doValue, VisualBrush.
VisualProperty
);