8 references to HtmlWindow
System.Windows.Forms (8)
winforms\Managed\System\WinForms\HtmlDocument.cs (1)
177return iHTMLWindow2 != null ? new HtmlWindow(ShimManager, iHTMLWindow2) : null;
winforms\Managed\System\WinForms\HtmlShimManager.cs (1)
133AddWindowShim(new HtmlWindow(this, addedShim.AssociatedWindow));
winforms\Managed\System\WinForms\HtmlWindow.cs (4)
167return (iHTMLWindow2 != null) ? new HtmlWindow(ShimManager, iHTMLWindow2) : null; 180return (iHTMLWindow2 != null) ? new HtmlWindow(ShimManager, iHTMLWindow2) : null; 364return (iHTMLWindow2 != null) ? new HtmlWindow(ShimManager, iHTMLWindow2) : null; 389return (iHTMLWindow2 != null) ? new HtmlWindow(ShimManager, iHTMLWindow2) : null;
winforms\Managed\System\WinForms\HtmlWindowCollection.cs (2)
56return (htmlWindow2 != null) ? new HtmlWindow(shimManager, htmlWindow2) : null; 75return (htmlWindow2 != null) ? new HtmlWindow(shimManager, htmlWindow2) : null;