8 references to s_uiActive
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (8)
118private static readonly int s_uiDead = BitVector32.CreateMask(s_uiActive); 878if (_activeXState[s_uiActive]) 883_activeXState[s_uiActive] = true; 940if (_activeXState[s_uiActive]) 1314if (_activeXState[s_uiActive] && fActivate && _inPlaceFrame is not null) 1340if (focus && _activeXState[s_inPlaceActive] && !_activeXState[s_uiActive]) 1933if (!_activeXState[s_uiActive]) 1938_activeXState[s_uiActive] = false;