23 references to OC_RUNNING
System.Windows.Forms (23)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
545
if (hostControl.GetOcState() >=
OC_RUNNING
&& hostControl.IsUserMode() && hostControl.AwaitingDefreezing())
System\Windows\Forms\ActiveX\AxHost.cs (21)
380
return (_axState[s_fOwnWindow] && (ocState >
OC_RUNNING
|| (IsUserMode() && ocState >=
OC_RUNNING
)))
1022
TransitionUpTo(
OC_RUNNING
);
1212
if (GetOcState() >
OC_RUNNING
)
1284
TransitionDownTo(
OC_RUNNING
);
1315
SetOcState(
OC_RUNNING
);
1322
SetOcState(
OC_RUNNING
);
1324
case
OC_RUNNING
:
1371
Debug.Assert(GetOcState() ==
OC_RUNNING
, " failed transition");
1372
SetOcState(
OC_RUNNING
);
1381
case
OC_RUNNING
:
1543
TransitionUpTo(
OC_RUNNING
);
1855
if (GetOcState() >=
OC_RUNNING
)
1868
if (GetOcState() <
OC_RUNNING
)
2011
if (GetOcState() <
OC_RUNNING
)
2735
SetOcState(
OC_RUNNING
);
2920
if (GetOcState() <
OC_RUNNING
)
2931
if (GetOcState() <
OC_RUNNING
)
3148
TransitionDownTo(
OC_RUNNING
);
3416
TransitionDownTo(
OC_RUNNING
);
3417
if (GetOcState() ==
OC_RUNNING
)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
427
_host.SetOcState(
OC_RUNNING
);