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]) 754if (!_activeXState[s_inPlaceActive]) 797if (!_activeXState[s_inPlaceActive]) 812_activeXState[s_inPlaceActive] = true; 933if (!_activeXState[s_inPlaceActive]) 946_activeXState[s_inPlaceActive] = false; 1330if (_activeXState[s_inPlaceActive] && _clientSite is not null) 1339if (focus && _activeXState[s_inPlaceActive] && !_activeXState[s_uiActive]) 1696if (_activeXState[s_inPlaceActive] && _clientSite is not null) 1724if (!_activeXState[s_inPlaceActive]) 1730if (!_activeXState[s_inPlaceActive] && _clientSite is not null)