11 references to OC_LOADED
System.Windows.Forms (11)
System\Windows\Forms\ActiveX\AxHost.cs (10)
919if (value is not null && !newuMode && olduMode != newuMode && GetOcState() > OC_LOADED) 921TransitionDownTo(OC_LOADED); 1326Debug.Assert(GetOcState() == OC_LOADED, " failed transition"); 1327SetOcState(OC_LOADED); 1329case OC_LOADED: 1365Debug.Assert(GetOcState() == OC_LOADED, " failed transition"); 1366SetOcState(OC_LOADED); 1368case OC_LOADED: 2319SetOcState(OC_LOADED); 3419SetOcState(OC_LOADED);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
294_host.TransitionDownTo(OC_LOADED);