6 references to s_stateScalingNeededOnLayout
System.Windows.Forms (6)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (6)
58private static readonly int s_stateValidating = BitVector32.CreateMask(s_stateScalingNeededOnLayout); 760_state[s_stateScalingNeededOnLayout] = true; 823&& _state[s_stateScalingNeededOnLayout] 997_state[s_stateScalingNeededOnLayout] = false; 1015if (_state[s_stateScalingNeededOnLayout]) 1017PerformAutoScale(_state[s_stateScalingNeededOnLayout], false);