1 write to VisualProperty
PresentationCore (1)
System\Windows\Media\Generated\VisualBrush.cs (1)
434VisualProperty =
9 references to VisualProperty
PresentationCore (5)
System\Windows\Media\Generated\VisualBrush.cs (3)
136target.PropertyChanged(VisualProperty); 156return (Visual) GetValue(VisualProperty); 160SetValueInternal(VisualProperty, value);
System\Windows\Media\VisualBrush.cs (1)
187if ((e.Property == VisualProperty) || (e.Property == AutoLayoutContentProperty))
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
287VisualBrush.VisualProperty.AddOwner(
PresentationFramework (4)
System\Windows\Generated\FrameworkContentElement.cs (1)
771if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.TargetProperty)
System\Windows\Generated\FrameworkElement.cs (1)
803if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.TargetProperty)
System\Windows\ResourceDictionary.cs (2)
2354if (inheritanceContext.ProvideSelfAsInheritanceContext(value, VisualBrush.VisualProperty)) 2399inheritanceContext.RemoveSelfAsInheritanceContext(doValue, VisualBrush.VisualProperty);