4 references to s_stateScalingChild
System.Windows.Forms (4)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
73private static readonly int s_stateParentChanged = BitVector32.CreateMask(s_stateScalingChild); 820if (!_state[s_stateScalingChild] 826_state[s_stateScalingChild] = true; 833_state[s_stateScalingChild] = false;