11 references to OC_LOADED
System.Windows.Forms (11)
System\Windows\Forms\ActiveX\AxHost.cs (10)
917if (value is not null && !newuMode && olduMode != newuMode && GetOcState() > OC_LOADED) 919TransitionDownTo(OC_LOADED); 1324Debug.Assert(GetOcState() == OC_LOADED, " failed transition"); 1325SetOcState(OC_LOADED); 1327case OC_LOADED: 1363Debug.Assert(GetOcState() == OC_LOADED, " failed transition"); 1364SetOcState(OC_LOADED); 1366case OC_LOADED: 2317SetOcState(OC_LOADED); 3418SetOcState(OC_LOADED);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
296_host.TransitionDownTo(OC_LOADED);