14 references to fOwnWindow
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AxHost.cs (14)
157private static readonly int fSimpleFrame = BitVector32.CreateMask(fOwnWindow); 315if (axState[fOwnWindow] && IsUserMode()) { 567return(axState[fOwnWindow] && 610if (f.Visible && Visible && !axState[fOwnWindow]) { 1200return axState[fOwnWindow] || axState[fFakingWindow]; 1413if (!axState[fOwnWindow]) { 1641if (axState[fOwnWindow]) { 1748Debug.Assert(!axState[fOwnWindow], "If we are invis at runtime, we should never be going beynd OC_RUNNING"); 1749if (!axState[fOwnWindow]) { 1892if (!axState[fOwnWindow]) { 1929if (!axState[fOwnWindow]) { 1956Debug.Assert(!axState[fOwnWindow], "can't own our window when hiding"); 4171if (host.GetAxState(AxHost.fOwnWindow)) { 4592axState[fOwnWindow] = ((bits & NativeMethods.ActiveX.OLEMISC_INVISIBLEATRUNTIME) != 0) && IsUserMode();