1 write to VisualProperty
PresentationCore (1)
System\Windows\Media\Generated\VisualBrush.cs (1)
420VisualProperty =
9 references to VisualProperty
PresentationCore (5)
System\Windows\Media\Generated\VisualBrush.cs (3)
118target.PropertyChanged(VisualProperty); 138return (Visual) GetValue(VisualProperty); 142SetValueInternal(VisualProperty, value);
System\Windows\Media\VisualBrush.cs (1)
171if ((e.Property == VisualProperty) || (e.Property == AutoLayoutContentProperty))
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
271VisualBrush.VisualProperty.AddOwner(
PresentationFramework (4)
System\Windows\Generated\FrameworkContentElement.cs (1)
764if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.TargetProperty)
System\Windows\Generated\FrameworkElement.cs (1)
794if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.TargetProperty)
System\Windows\ResourceDictionary.cs (2)
2342if (inheritanceContext.ProvideSelfAsInheritanceContext(value, VisualBrush.VisualProperty)) 2387inheritanceContext.RemoveSelfAsInheritanceContext(doValue, VisualBrush.VisualProperty);