5 references to stateDisposing
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (5)
35private static readonly int stateLocked = BitVector32.CreateMask(stateDisposing); 74this.state[stateDisposing | stateLocked| stateInitialized] = false; 286state[stateDisposing] = true; 291state[stateDisposing] = false; 323if (!state[stateDisposing]) {