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); 885if (_activeXState[s_uiActive]) 890_activeXState[s_uiActive] = true; 947if (_activeXState[s_uiActive]) 1321if (_activeXState[s_uiActive] && fActivate && _inPlaceFrame is not null) 1347if (focus && _activeXState[s_inPlaceActive] && !_activeXState[s_uiActive]) 1940if (!_activeXState[s_uiActive]) 1945_activeXState[s_uiActive] = false;