3 references to stateDisposing
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripItem.cs (3)
2531
state[
stateDisposing
] = true;
2548
state[
stateDisposing
] = false;
3590
if (!state[
stateDisposing
] && !IsDisposed) {