7 references to OC_UIACTIVE
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (5)
973if (GetOcState() >= OC_UIACTIVE && !selectionService.GetComponentSelected(this)) 1302SetOcState(OC_UIACTIVE); 1304case OC_UIACTIVE: 1429Debug.Assert(GetOcState() == OC_UIACTIVE, " failed transition"); 1430SetOcState(OC_UIACTIVE);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
363_host.SetOcState(OC_UIACTIVE); 423if (_host.GetOcState() == OC_UIACTIVE)