6 references to stateScalingNeededOnLayout
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ContainerControl.cs (6)
49
private static readonly int stateValidating = BitVector32.CreateMask(
stateScalingNeededOnLayout
); // Indicates whether we're currently state[stateValidating].
792
state[
stateScalingNeededOnLayout
] = true;
853
if (!state[stateScalingChild] && !performLayout && AutoScaleMode != AutoScaleMode.None && AutoScaleMode != AutoScaleMode.Inherit && state[
stateScalingNeededOnLayout
]) {
1008
state[
stateScalingNeededOnLayout
] = false;
1024
if (state[
stateScalingNeededOnLayout
]) {
1025
PerformAutoScale(state[
stateScalingNeededOnLayout
], false);