1 write to AutoLayoutContentProperty
PresentationCore (1)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
531AutoLayoutContentProperty =
4 references to AutoLayoutContentProperty
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (1)
177if ((e.Property == TargetProperty) || (e.Property == AutoLayoutContentProperty))
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
113target.PropertyChanged(AutoLayoutContentProperty); 219return (bool) GetValue(AutoLayoutContentProperty); 223SetValueInternal(AutoLayoutContentProperty, BooleanBoxes.Box(value));