1 write to VisualProperty
PresentationCore (1)
System\Windows\Media\Generated\VisualBrush.cs (1)
407VisualProperty =
9 references to VisualProperty
PresentationCore (5)
System\Windows\Media\Generated\VisualBrush.cs (3)
109target.PropertyChanged(VisualProperty); 129return (Visual) GetValue(VisualProperty); 133SetValueInternal(VisualProperty, value);
System\Windows\Media\VisualBrush.cs (1)
178if ((e.Property == VisualProperty) || (e.Property == AutoLayoutContentProperty))
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
270VisualBrush.VisualProperty.AddOwner(
PresentationFramework (4)
System\Windows\Generated\FrameworkContentElement.cs (1)
765if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.TargetProperty)
System\Windows\Generated\FrameworkElement.cs (1)
797if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.TargetProperty)
System\Windows\ResourceDictionary.cs (2)
2344if (inheritanceContext.ProvideSelfAsInheritanceContext(value, VisualBrush.VisualProperty)) 2389inheritanceContext.RemoveSelfAsInheritanceContext(doValue, VisualBrush.VisualProperty);