7 references to HtmlWindow
System.Windows.Forms (7)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
166
return iHTMLWindow2 is not null ? new
HtmlWindow
(ShimManager, iHTMLWindow2) : null;
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)