15 references to HtmlElement
System.Windows.Forms (15)
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)
182return iHtmlElement is not null ? new HtmlElement(_shimManager, iHtmlElement) : null; 298return iHtmlElement is not null ? new HtmlElement(_shimManager, iHtmlElement) : null; 328return iHtmlElement is not null ? new HtmlElement(_shimManager, iHtmlElement) : null; 397return iHtmlElement is not null ? new HtmlElement(_shimManager, iHtmlElement) : null; 565return adjElement is not null ? new HtmlElement(_shimManager, adjElement) : null;
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (2)
61? new HtmlElement(_shimManager, htmlElement) 81? new(_shimManager, htmlElement)
System\Windows\Forms\Controls\WebBrowser\HtmlElementEventArgs.cs (2)
108return htmlElement is null ? null : new HtmlElement(_shimManager, ComHelpers.GetComPointer<IHTMLElement>(htmlElement)); 119return htmlElement is null ? null : new HtmlElement(_shimManager, ComHelpers.GetComPointer<IHTMLElement>(htmlElement));
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
250? new HtmlElement(ShimManager, htmlElement)