1 write to AutoWrapTargetProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
549AutoWrapTargetProperty =
4 references to AutoWrapTargetProperty
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (1)
239else if (e.Property == AutoWrapTargetProperty)
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
174target.PropertyChanged(AutoWrapTargetProperty); 252return (bool) GetValue(AutoWrapTargetProperty); 256SetValueInternal(AutoWrapTargetProperty, BooleanBoxes.Box(value));