1 write to AutoLayoutContentProperty
PresentationCore (1)
System\Windows\Media\Generated\VisualBrush.cs (1)
416AutoLayoutContentProperty =
4 references to AutoLayoutContentProperty
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (3)
116target.PropertyChanged(AutoLayoutContentProperty); 146return (bool) GetValue(AutoLayoutContentProperty); 150SetValueInternal(AutoLayoutContentProperty, BooleanBoxes.Box(value));
System\Windows\Media\VisualBrush.cs (1)
178if ((e.Property == VisualProperty) || (e.Property == AutoLayoutContentProperty))