12 references to s_inPlaceActive
System.Windows.Forms (12)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (12)
116private static readonly int s_inPlaceVisible = BitVector32.CreateMask(s_inPlaceActive); 314if (_activeXState[s_inPlaceActive]) 755if (!_activeXState[s_inPlaceActive]) 798if (!_activeXState[s_inPlaceActive]) 813_activeXState[s_inPlaceActive] = true; 934if (!_activeXState[s_inPlaceActive]) 947_activeXState[s_inPlaceActive] = false; 1331if (_activeXState[s_inPlaceActive] && _clientSite is not null) 1340if (focus && _activeXState[s_inPlaceActive] && !_activeXState[s_uiActive]) 1697if (_activeXState[s_inPlaceActive] && _clientSite is not null) 1725if (!_activeXState[s_inPlaceActive]) 1731if (!_activeXState[s_inPlaceActive] && _clientSite is not null)