1 write to TargetProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
530TargetProperty =
7 references to TargetProperty
PresentationCore (5)
System\Windows\Media\BitmapCacheBrush.cs (2)
170if ((e.Property == TargetProperty) || (e.Property == AutoLayoutContentProperty)) 173if (e.Property == TargetProperty && e.IsAValueChange)
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
71target.PropertyChanged(TargetProperty); 200return (Visual) GetValue(TargetProperty); 204SetValueInternal(TargetProperty, value);
PresentationFramework (2)
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)