12 references to HtmlElement
System.Windows.Forms (12)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (5)
82return iHtmlElement is not null ? new HtmlElement(ShimManager, iHtmlElement) : null; 93return iHtmlElement is not null ? new HtmlElement(ShimManager, iHtmlElement) : null; 454return iHTMLElement is not null ? new HtmlElement(ShimManager, iHTMLElement) : null; 462return iHTMLElement is not null ? new HtmlElement(ShimManager, iHTMLElement) : null; 497return iHTMLElement is not null ? new HtmlElement(ShimManager, iHTMLElement) : null;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (5)
175return iHtmlElement is not null ? new HtmlElement(_shimManager, iHtmlElement) : null; 291return iHtmlElement is not null ? new HtmlElement(_shimManager, iHtmlElement) : null; 321return iHtmlElement is not null ? new HtmlElement(_shimManager, iHtmlElement) : null; 390return iHtmlElement is not null ? new HtmlElement(_shimManager, iHtmlElement) : null; 558return 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)