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