3 references to stateLocked
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (3)
36private static readonly int stateInitialized = BitVector32.CreateMask(stateLocked); 74this.state[stateDisposing | stateLocked| stateInitialized] = false; 195return state[stateLocked];