7 references to OC_UIACTIVE
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (5)
975if (GetOcState() >= OC_UIACTIVE && !selectionService.GetComponentSelected(this)) 1304SetOcState(OC_UIACTIVE); 1306case OC_UIACTIVE: 1431Debug.Assert(GetOcState() == OC_UIACTIVE, " failed transition"); 1432SetOcState(OC_UIACTIVE);
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (2)
361_host.SetOcState(OC_UIACTIVE); 421if (_host.GetOcState() == OC_UIACTIVE)