4 references to s_stateDisposing
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (4)
1033bool disposing = _state[s_stateDisposing]; 2094_state[s_stateDisposing] = true; 2114_state[s_stateDisposing] = false; 3211if (!_state[s_stateDisposing] && !IsDisposed)