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