5 references to s_stateSizingGrip
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (5)
21private static readonly int s_stateCalledSpringTableLayout = BitVector32.CreateMask(s_stateSizingGrip); 40_state[s_stateSizingGrip] = true; 189return _state[s_stateSizingGrip]; 193if (value != _state[s_stateSizingGrip]) 195_state[s_stateSizingGrip] = value;