1 write to AutoLayoutContentProperty
PresentationCore (1)
System\Windows\Media\Generated\VisualBrush.cs (1)
443AutoLayoutContentProperty =
4 references to AutoLayoutContentProperty
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (3)
143target.PropertyChanged(AutoLayoutContentProperty); 173return (bool) GetValue(AutoLayoutContentProperty); 177SetValueInternal(AutoLayoutContentProperty, BooleanBoxes.Box(value));
System\Windows\Media\VisualBrush.cs (1)
187if ((e.Property == VisualProperty) || (e.Property == AutoLayoutContentProperty))