7 references to state
System.Windows.Forms (7)
winforms\Managed\System\WinForms\StatusStrip.cs (7)
52state[stateSizingGrip] = true; 210return state[stateSizingGrip]; 213if (value != state[stateSizingGrip]) { 214state[stateSizingGrip] = value; 334state[stateCalledSpringTableLayout] = false; 372if (state[stateCalledSpringTableLayout]) { 447state[stateCalledSpringTableLayout]= true;