8 references to STATE_DISPOSING
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (5)
2330return GetState(STATE_DISPOSING); 2779if (GetState(STATE_DISPOSING| STATE_DISPOSED)) { 6009if (GetState(STATE_DISPOSING)) { 6020SetState(STATE_DISPOSING, true); 6057SetState(STATE_DISPOSING, false);
winforms\Managed\System\WinForms\ToolBar.cs (3)
1083bool currentDisposing = GetState(STATE_DISPOSING); 1086SetState(STATE_DISPOSING, true); 1104SetState(STATE_DISPOSING, currentDisposing);