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