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