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