1 write to AutoLayoutContentProperty
PresentationCore (1)
System\Windows\Media\Generated\VisualBrush.cs (1)
429
AutoLayoutContentProperty
=
4 references to AutoLayoutContentProperty
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (3)
125
target.PropertyChanged(
AutoLayoutContentProperty
);
155
return (bool) GetValue(
AutoLayoutContentProperty
);
159
SetValueInternal(
AutoLayoutContentProperty
, BooleanBoxes.Box(value));
System\Windows\Media\VisualBrush.cs (1)
171
if ((e.Property == VisualProperty) || (e.Property ==
AutoLayoutContentProperty
))