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