1 write to AutoWrapTargetProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
569AutoWrapTargetProperty =
4 references to AutoWrapTargetProperty
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (1)
233else if (e.Property == AutoWrapTargetProperty)
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
190target.PropertyChanged(AutoWrapTargetProperty); 268return (bool) GetValue(AutoWrapTargetProperty); 272SetValueInternal(AutoWrapTargetProperty, BooleanBoxes.Box(value));