7 references to OC_UIACTIVE
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (5)
976
if (GetOcState() >=
OC_UIACTIVE
&& !selectionService.GetComponentSelected(this))
1305
SetOcState(
OC_UIACTIVE
);
1307
case
OC_UIACTIVE
:
1432
Debug.Assert(GetOcState() ==
OC_UIACTIVE
, " failed transition");
1433
SetOcState(
OC_UIACTIVE
);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
360
_host.SetOcState(
OC_UIACTIVE
);
420
if (_host.GetOcState() ==
OC_UIACTIVE
)