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