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