4 references to s_stateScalingChild
System.Windows.Forms (4)
System\Windows\Forms\Layout\Containers\ContainerControl.cs (4)
72private static readonly int s_stateParentChanged = BitVector32.CreateMask(s_stateScalingChild); 819if (!_state[s_stateScalingChild] 825_state[s_stateScalingChild] = true; 832_state[s_stateScalingChild] = false;