5 references to stateSizingGrip
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StatusStrip.cs (5)
35private static readonly int stateCalledSpringTableLayout = BitVector32.CreateMask(stateSizingGrip); 52state[stateSizingGrip] = true; 210return state[stateSizingGrip]; 213if (value != state[stateSizingGrip]) { 214state[stateSizingGrip] = value;