1 write to AutoWrapTargetProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
566AutoWrapTargetProperty =
4 references to AutoWrapTargetProperty
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (1)
232else if (e.Property == AutoWrapTargetProperty)
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
187target.PropertyChanged(AutoWrapTargetProperty); 265return (bool) GetValue(AutoWrapTargetProperty); 269SetValueInternal(AutoWrapTargetProperty, BooleanBoxes.Box(value));