11 references to OC_LOADED
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (11)
1312if (value != null && !newuMode && olduMode != newuMode && GetOcState() > OC_LOADED) { 1313TransitionDownTo(OC_LOADED); 1698Debug.Assert(GetOcState() == OC_LOADED," failed transition"); 1699SetOcState(OC_LOADED); 1701case OC_LOADED: 1733Debug.Assert(GetOcState() == OC_LOADED, " failed transition"); 1734SetOcState(OC_LOADED); 1736case OC_LOADED: 2604SetOcState(OC_LOADED); 4185host.TransitionDownTo(OC_LOADED); 4541SetOcState(OC_LOADED);