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); 37_state[s_stateSizingGrip] = true; 186return _state[s_stateSizingGrip]; 190if (value != _state[s_stateSizingGrip]) 192_state[s_stateSizingGrip] = value;