18 instantiations of HtmlElementCollection
System.Windows.Forms (18)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (10)
376
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
387
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
398
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
409
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
471
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (6)
68
?
new
(_shimManager, htmlElementCollection)
69
:
new
(_shimManager);
82
?
new
(_shimManager, htmlElementCollection)
83
:
new
(_shimManager);
554
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(_shimManager, iHTMLElementCollection) : new
HtmlElementCollection
(_shimManager);
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (2)
123
return new
HtmlElementCollection
(_shimManager);
133
return new
HtmlElementCollection
(_shimManager, elements);
9 references to HtmlElementCollection
System.Windows.Forms (9)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (5)
369
public
HtmlElementCollection
All
380
public
HtmlElementCollection
Links
391
public
HtmlElementCollection
Images
402
public
HtmlElementCollection
Forms
465
public
HtmlElementCollection
GetElementsByTagName(string tagName)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (3)
59
public
HtmlElementCollection
All
73
public
HtmlElementCollection
Children
548
public
HtmlElementCollection
GetElementsByTagName(string tagName)
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (1)
105
public
HtmlElementCollection
GetElementsByName(string name)