1 write to TargetProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
561TargetProperty =
7 references to TargetProperty
PresentationCore (5)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (2)
188if ((e.Property == TargetProperty) || (e.Property == AutoLayoutContentProperty)) 191if (e.Property == TargetProperty && e.IsAValueChange)
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
95target.PropertyChanged(TargetProperty); 224return (Visual) GetValue(TargetProperty); 228SetValueInternal(TargetProperty, value);
PresentationFramework (2)
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (1)
784if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.TargetProperty)
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
814if ((property == VisualBrush.VisualProperty || property == BitmapCacheBrush.TargetProperty)