4 references to s_stateScalingChild
System.Windows.Forms (4)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
72
private static readonly int s_stateParentChanged = BitVector32.CreateMask(
s_stateScalingChild
);
819
if (!_state[
s_stateScalingChild
]
825
_state[
s_stateScalingChild
] = true;
832
_state[
s_stateScalingChild
] = false;