8 references to HtmlWindow
System.Windows.Forms (8)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
165return iHTMLWindow2 is not null ? new HtmlWindow(ShimManager, iHTMLWindow2) : null;
System\Windows\Forms\Controls\WebBrowser\HtmlShimManager.cs (1)
155AddWindowShim(new HtmlWindow(this, ComHelpers.GetComPointer<IHTMLWindow2>(addedShim.AssociatedWindow)));
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (4)
151? new HtmlWindow(ShimManager, htmlWindow2) 163return (iHTMLWindow2 is not null) ? new HtmlWindow(ShimManager, iHTMLWindow2) : null; 337return htmlWindow2 is not null ? new HtmlWindow(ShimManager, htmlWindow2) : null; 355return iHTMLWindow2 is not null ? new HtmlWindow(ShimManager, iHTMLWindow2) : null;
System\Windows\Forms\Controls\WebBrowser\HtmlWindowCollection.cs (2)
45? new HtmlWindow(_shimManager, htmlWindow2) 74? new HtmlWindow(_shimManager, htmlWindow2)