1 write to AutoWrapTargetProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
576AutoWrapTargetProperty =
4 references to AutoWrapTargetProperty
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (1)
247else if (e.Property == AutoWrapTargetProperty)
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
201target.PropertyChanged(AutoWrapTargetProperty); 279return (bool) GetValue(AutoWrapTargetProperty); 283SetValueInternal(AutoWrapTargetProperty, BooleanBoxes.Box(value));