1 write to TargetProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
540TargetProperty =
7 references to TargetProperty
PresentationCore (5)
System\Windows\Media\BitmapCacheBrush.cs (2)
185if ((e.Property == TargetProperty) || (e.Property == AutoLayoutContentProperty)) 188if (e.Property == TargetProperty && e.IsAValueChange)
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
89target.PropertyChanged(TargetProperty); 214return (Visual) GetValue(TargetProperty); 218SetValueInternal(TargetProperty, value);
PresentationFramework (2)
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)