1 write to TargetProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
513TargetProperty =
7 references to TargetProperty
PresentationCore (5)
System\Windows\Media\BitmapCacheBrush.cs (2)
177if ((e.Property == TargetProperty) || (e.Property == AutoLayoutContentProperty)) 180if (e.Property == TargetProperty && e.IsAValueChange)
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
62target.PropertyChanged(TargetProperty); 187return (Visual) GetValue(TargetProperty); 191SetValueInternal(TargetProperty, value);
PresentationFramework (2)
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)