5 references to rejectSelection
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (5)
160private static readonly int ownDisposing = BitVector32.CreateMask(rejectSelection); 296this.axState[rejectSelection] = true; 4254host.SetAxState(AxHost.rejectSelection, false); 4485axState[rejectSelection] = true; 4502if (!GetControlEnabled() || axState[rejectSelection]) return false;