12 references to HtmlElement
System.Windows.Forms (12)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (5)
83return iHtmlElement is not null ? new HtmlElement(ShimManager, iHtmlElement) : null; 94return iHtmlElement is not null ? new HtmlElement(ShimManager, iHtmlElement) : null; 455return iHTMLElement is not null ? new HtmlElement(ShimManager, iHTMLElement) : null; 463return iHTMLElement is not null ? new HtmlElement(ShimManager, iHTMLElement) : null; 498return 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)