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