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); 753_state[s_stateScalingNeededOnLayout] = true; 816&& _state[s_stateScalingNeededOnLayout] 990_state[s_stateScalingNeededOnLayout] = false; 1008if (_state[s_stateScalingNeededOnLayout]) 1010PerformAutoScale(_state[s_stateScalingNeededOnLayout], false);