11 references to OC_LOADED
System.Windows.Forms (11)
System\Windows\Forms\ActiveX\AxHost.cs (10)
920if (value is not null && !newuMode && olduMode != newuMode && GetOcState() > OC_LOADED) 922TransitionDownTo(OC_LOADED); 1327Debug.Assert(GetOcState() == OC_LOADED, " failed transition"); 1328SetOcState(OC_LOADED); 1330case OC_LOADED: 1366Debug.Assert(GetOcState() == OC_LOADED, " failed transition"); 1367SetOcState(OC_LOADED); 1369case OC_LOADED: 2320SetOcState(OC_LOADED); 3421SetOcState(OC_LOADED);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
293_host.TransitionDownTo(OC_LOADED);