4 references to s_stateDisposing
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (4)
1037bool disposing = _state[s_stateDisposing]; 2115_state[s_stateDisposing] = true; 2135_state[s_stateDisposing] = false; 3244if (!_state[s_stateDisposing] && !IsDisposed)