12 references to s_inPlaceActive
System.Windows.Forms (12)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (12)
115private static readonly int s_inPlaceVisible = BitVector32.CreateMask(s_inPlaceActive); 313if (_activeXState[s_inPlaceActive]) 762if (!_activeXState[s_inPlaceActive]) 805if (!_activeXState[s_inPlaceActive]) 820_activeXState[s_inPlaceActive] = true; 941if (!_activeXState[s_inPlaceActive]) 954_activeXState[s_inPlaceActive] = false; 1338if (_activeXState[s_inPlaceActive] && _clientSite is not null) 1347if (focus && _activeXState[s_inPlaceActive] && !_activeXState[s_uiActive]) 1704if (_activeXState[s_inPlaceActive] && _clientSite is not null) 1732if (!_activeXState[s_inPlaceActive]) 1738if (!_activeXState[s_inPlaceActive] && _clientSite is not null)