4 references to s_stateDisposing
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (4)
1028bool disposing = _state[s_stateDisposing]; 2089_state[s_stateDisposing] = true; 2109_state[s_stateDisposing] = false; 3202if (!_state[s_stateDisposing] && !IsDisposed)