33 references to NativeHtmlElement
System.Windows.Forms (33)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (31)
45Debug.Assert(NativeHtmlElement is not null, "The element object should implement IHTMLElement"); 56using var htmlElement = NativeHtmlElement.GetInterface(); 70using var htmlElement = NativeHtmlElement.GetInterface(); 113using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 162using var htmlElement = NativeHtmlElement.GetInterface(); 183using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 190using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 200using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 209using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 229using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 238using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 267using var htmlElement = NativeHtmlElement.GetInterface(); 278using var htmlElement = NativeHtmlElement.GetInterface(); 299using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 318using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 329using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 338using var nativeHtmlElement = NativeHtmlElement.GetInterface(); 358using var htmlElement = NativeHtmlElement.GetInterface(); 367using var htmlElement = NativeHtmlElement.GetInterface(); 387using var htmlElement = NativeHtmlElement.GetInterface(); 451using var htmlElement = NativeHtmlElement.GetInterface(); 460using var htmlElement = NativeHtmlElement.GetInterface(); 472using var htmlElement = NativeHtmlElement.GetInterface(); 495public object DomElement => NativeHtmlElement.GetManagedObject(); 532using var htmlElement = NativeHtmlElement.GetInterface(); 554using var htmlElement = NativeHtmlElement.GetInterface(); 567using var htmlElement = NativeHtmlElement.GetInterface(); 646using var htmlElement = NativeHtmlElement.GetInterface(); 655using var htmlElement = NativeHtmlElement.GetInterface(); 807return left.NativeHtmlElement.IsSameNativeObject(right.NativeHtmlElement);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (2)
68public IHTMLElement.Interface NativeHtmlElement => (IHTMLElement.Interface)_htmlElement.NativeHtmlElement.GetManagedObject(); 133_htmlElement?.NativeHtmlElement?.Dispose();