1 write to VisualProperty
PresentationCore (1)
System\Windows\Media\Generated\VisualBrush.cs (1)
407
VisualProperty
=
9 references to VisualProperty
PresentationCore (5)
System\Windows\Media\Generated\VisualBrush.cs (3)
109
target.PropertyChanged(
VisualProperty
);
129
return (Visual) GetValue(
VisualProperty
);
133
SetValueInternal(
VisualProperty
, value);
System\Windows\Media\VisualBrush.cs (1)
178
if ((e.Property ==
VisualProperty
) || (e.Property == AutoLayoutContentProperty))
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
270
VisualBrush.
VisualProperty
.AddOwner(
PresentationFramework (4)
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)
System\Windows\ResourceDictionary.cs (2)
2344
if (inheritanceContext.ProvideSelfAsInheritanceContext(value, VisualBrush.
VisualProperty
))
2389
inheritanceContext.RemoveSelfAsInheritanceContext(doValue, VisualBrush.
VisualProperty
);