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