6 references to s_stateScalingNeededOnLayout
System.Windows.Forms (6)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (6)
57private static readonly int s_stateValidating = BitVector32.CreateMask(s_stateScalingNeededOnLayout); 759_state[s_stateScalingNeededOnLayout] = true; 822&& _state[s_stateScalingNeededOnLayout] 996_state[s_stateScalingNeededOnLayout] = false; 1014if (_state[s_stateScalingNeededOnLayout]) 1016PerformAutoScale(_state[s_stateScalingNeededOnLayout], false);