1 write to AutoWrapTargetProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
597AutoWrapTargetProperty =
4 references to AutoWrapTargetProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
250else if (e.Property == AutoWrapTargetProperty)
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
211target.PropertyChanged(AutoWrapTargetProperty); 289return (bool) GetValue(AutoWrapTargetProperty); 293SetValueInternal(AutoWrapTargetProperty, BooleanBoxes.Box(value));