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
)))
1019
TransitionUpTo(
OC_RUNNING
);
1209
if (GetOcState() >
OC_RUNNING
)
1281
TransitionDownTo(
OC_RUNNING
);
1312
SetOcState(
OC_RUNNING
);
1319
SetOcState(
OC_RUNNING
);
1321
case
OC_RUNNING
:
1368
Debug.Assert(GetOcState() ==
OC_RUNNING
, " failed transition");
1369
SetOcState(
OC_RUNNING
);
1378
case
OC_RUNNING
:
1540
TransitionUpTo(
OC_RUNNING
);
1852
if (GetOcState() >=
OC_RUNNING
)
1865
if (GetOcState() <
OC_RUNNING
)
2008
if (GetOcState() <
OC_RUNNING
)
2732
SetOcState(
OC_RUNNING
);
2917
if (GetOcState() <
OC_RUNNING
)
2928
if (GetOcState() <
OC_RUNNING
)
3145
TransitionDownTo(
OC_RUNNING
);
3413
TransitionDownTo(
OC_RUNNING
);
3414
if (GetOcState() ==
OC_RUNNING
)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
430
_host.SetOcState(
OC_RUNNING
);