4 references to s_stateScalingChild
System.Windows.Forms (4)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
73
private static readonly int s_stateParentChanged = BitVector32.CreateMask(
s_stateScalingChild
);
820
if (!_state[
s_stateScalingChild
]
826
_state[
s_stateScalingChild
] = true;
833
_state[
s_stateScalingChild
] = false;