7 references to OC_UIACTIVE
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (7)
1364
if (GetOcState() >=
OC_UIACTIVE
&& !iss.GetComponentSelected(this)) {
1676
SetOcState(
OC_UIACTIVE
);
1678
case
OC_UIACTIVE
:
1791
Debug.Assert(GetOcState() ==
OC_UIACTIVE
, " failed transition");
1792
SetOcState(
OC_UIACTIVE
);
4261
host.SetOcState(
OC_UIACTIVE
);
4304
if (host.GetOcState() ==
OC_UIACTIVE
) {