5 references to s_rejectSelection
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (4)
82private static readonly int s_ownDisposing = BitVector32.CreateMask(s_rejectSelection); 194_axState[s_rejectSelection] = true; 3365_axState[s_rejectSelection] = true; 3384=> GetControlEnabled() && !_axState[s_rejectSelection] && base.CanSelectCore();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
353_host.SetAxState(s_rejectSelection, false);