11 references to OC_LOADED
System.Windows.Forms (11)
System\Windows\Forms\ActiveX\AxHost.cs (10)
919
if (value is not null && !newuMode && olduMode != newuMode && GetOcState() >
OC_LOADED
)
921
TransitionDownTo(
OC_LOADED
);
1326
Debug.Assert(GetOcState() ==
OC_LOADED
, " failed transition");
1327
SetOcState(
OC_LOADED
);
1329
case
OC_LOADED
:
1365
Debug.Assert(GetOcState() ==
OC_LOADED
, " failed transition");
1366
SetOcState(
OC_LOADED
);
1368
case
OC_LOADED
:
2319
SetOcState(
OC_LOADED
);
3419
SetOcState(
OC_LOADED
);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
294
_host.TransitionDownTo(
OC_LOADED
);