12 references to HtmlElement
System.Windows.Forms (12)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (5)
83
return iHtmlElement is not null ? new
HtmlElement
(ShimManager, iHtmlElement) : null;
94
return iHtmlElement is not null ? new
HtmlElement
(ShimManager, iHtmlElement) : null;
455
return iHTMLElement is not null ? new
HtmlElement
(ShimManager, iHTMLElement) : null;
463
return iHTMLElement is not null ? new
HtmlElement
(ShimManager, iHTMLElement) : null;
498
return iHTMLElement is not null ? new
HtmlElement
(ShimManager, iHTMLElement) : null;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (5)
175
return iHtmlElement is not null ? new
HtmlElement
(_shimManager, iHtmlElement) : null;
291
return iHtmlElement is not null ? new
HtmlElement
(_shimManager, iHtmlElement) : null;
321
return iHtmlElement is not null ? new
HtmlElement
(_shimManager, iHtmlElement) : null;
390
return iHtmlElement is not null ? new
HtmlElement
(_shimManager, iHtmlElement) : null;
558
return adjElement is not null ? new
HtmlElement
(_shimManager, adjElement) : null;
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (1)
61
? new
HtmlElement
(_shimManager, htmlElement)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
250
? new
HtmlElement
(ShimManager, htmlElement)