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
);
813
if (!_state[
s_stateScalingChild
]
819
_state[
s_stateScalingChild
] = true;
826
_state[
s_stateScalingChild
] = false;