23 references to OC_RUNNING
System.Windows.Forms (23)
winforms\Managed\System\WinForms\AxHost.cs (23)
568(ocState > OC_RUNNING || (IsUserMode() && ocState >= OC_RUNNING)) || 1412TransitionUpTo(OC_RUNNING); 1587if (GetOcState() > OC_RUNNING) { 1646TransitionDownTo(OC_RUNNING); 1687SetOcState(OC_RUNNING); 1692Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose && GetOcState() == OC_RUNNING, "failed transition"); 1693SetOcState(OC_RUNNING); 1695case OC_RUNNING: 1738Debug.Assert(GetOcState() == OC_RUNNING, " failed transition"); 1739SetOcState(OC_RUNNING); 1746case OC_RUNNING: 1893TransitionUpTo(OC_RUNNING); 2200if (this.ocxState != null && GetOcState() >= OC_RUNNING) { 2210if (GetOcState() < OC_RUNNING) { 2347if (GetOcState() < OC_RUNNING) return false; 3070SetOcState(OC_RUNNING); 3275if (GetOcState() < OC_RUNNING) return false; 3507TransitionDownTo(OC_RUNNING); 4310host.SetOcState(OC_RUNNING); 4538TransitionDownTo(OC_RUNNING); 4539if (GetOcState() == OC_RUNNING) { 5907if (control.GetOcState() >= OC_RUNNING && control.IsUserMode() && control.AwaitingDefreezing()) {