1 write to AutoLayoutContentProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
460AutoLayoutContentProperty =
4 references to AutoLayoutContentProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (3)
149target.PropertyChanged(AutoLayoutContentProperty); 179return (bool) GetValue(AutoLayoutContentProperty); 183SetValueInternal(AutoLayoutContentProperty, BooleanBoxes.Box(value));
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
190if ((e.Property == VisualProperty) || (e.Property == AutoLayoutContentProperty))