11 references to fFakingWindow
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (11)
159private static readonly int rejectSelection = BitVector32.CreateMask(fFakingWindow); 1200return axState[fOwnWindow] || axState[fFakingWindow]; 1417axState[fFakingWindow] = true; 1572if (axState[fFakingWindow]) { 1685if (axState[fFakingWindow]) { 1853Debug.Assert(axState[fFakingWindow], "have to be faking it in order to destroy it..."); 1861axState[fFakingWindow] = false; 1895if (axState[fFakingWindow]) { 1921Debug.Assert(!axState[fFakingWindow], "if we were visible, we could not have had a fake window..."); 3599if (!axState[fFakingWindow]) { 4175if (host.GetAxState(AxHost.fFakingWindow)) {