25 references to IHTMLElementCollection
System.Windows.Forms (25)
winforms\Managed\System\WinForms\HtmlDocument.cs (5)
416
UnsafeNativeMethods.
IHTMLElementCollection
iHTMLElementCollection = this.NativeHtmlDocument2.GetAll();
429
UnsafeNativeMethods.
IHTMLElementCollection
iHTMLElementCollection = this.NativeHtmlDocument2.GetLinks();
442
UnsafeNativeMethods.
IHTMLElementCollection
iHTMLElementCollection = this.NativeHtmlDocument2.GetImages();
455
UnsafeNativeMethods.
IHTMLElementCollection
iHTMLElementCollection = this.NativeHtmlDocument2.GetForms();
516
UnsafeNativeMethods.
IHTMLElementCollection
iHTMLElementCollection = ((UnsafeNativeMethods.IHTMLDocument3)this.NativeHtmlDocument2).GetElementsByTagName(tagName);
winforms\Managed\System\WinForms\HtmlElement.cs (5)
69
UnsafeNativeMethods.
IHTMLElementCollection
iHTMLElementCollection = this.NativeHtmlElement.GetAll() as UnsafeNativeMethods.
IHTMLElementCollection
;
82
UnsafeNativeMethods.
IHTMLElementCollection
iHTMLElementCollection = this.NativeHtmlElement.GetChildren() as UnsafeNativeMethods.
IHTMLElementCollection
;
569
UnsafeNativeMethods.
IHTMLElementCollection
iHTMLElementCollection = ((UnsafeNativeMethods.IHTMLElement2)this.NativeHtmlElement).GetElementsByTagName(tagName);
winforms\Managed\System\WinForms\HtmlElementCollection.cs (3)
26
private UnsafeNativeMethods.
IHTMLElementCollection
htmlElementCollection;
37
internal HtmlElementCollection(HtmlShimManager shimManager, UnsafeNativeMethods.
IHTMLElementCollection
elements) {
50
private UnsafeNativeMethods.
IHTMLElementCollection
NativeHtmlElementCollection {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (12)
2349
IHTMLElementCollection
GetAll();
2352
IHTMLElementCollection
GetImages();
2353
IHTMLElementCollection
GetApplets();
2354
IHTMLElementCollection
GetLinks();
2355
IHTMLElementCollection
GetForms();
2356
IHTMLElementCollection
GetAnchors();
2359
IHTMLElementCollection
GetScripts();
2365
IHTMLElementCollection
GetEmbeds();
2366
IHTMLElementCollection
GetPlugins();
2502
[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.
IHTMLElementCollection
GetElementsByName([In] string v);
2504
[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.
IHTMLElementCollection
GetElementsByTagName([In] string v);
3087
[return: MarshalAs(UnmanagedType.Interface)] UnsafeNativeMethods.
IHTMLElementCollection
GetElementsByTagName(string v);