8 references to s_uiActive
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (8)
117private static readonly int s_uiDead = BitVector32.CreateMask(s_uiActive); 877if (_activeXState[s_uiActive]) 882_activeXState[s_uiActive] = true; 939if (_activeXState[s_uiActive]) 1313if (_activeXState[s_uiActive] && fActivate && _inPlaceFrame is not null) 1339if (focus && _activeXState[s_inPlaceActive] && !_activeXState[s_uiActive]) 1932if (!_activeXState[s_uiActive]) 1937_activeXState[s_uiActive] = false;