14 instantiations of HtmlElementCollection
System.Windows.Forms (14)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (10)
377
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
388
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
399
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
410
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
472
return iHTMLElementCollection is not null ? new
HtmlElementCollection
(ShimManager, iHTMLElementCollection) : new
HtmlElementCollection
(ShimManager);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (2)
547
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);
24 references to HtmlElementCollection
System.Windows.Forms (9)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (5)
370
public
HtmlElementCollection
All
381
public
HtmlElementCollection
Links
392
public
HtmlElementCollection
Images
403
public
HtmlElementCollection
Forms
466
public
HtmlElementCollection
GetElementsByTagName(string tagName)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (3)
52
public
HtmlElementCollection
All
66
public
HtmlElementCollection
Children
541
public
HtmlElementCollection
GetElementsByTagName(string tagName)
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (1)
105
public
HtmlElementCollection
GetElementsByName(string name)
System.Windows.Forms.Tests (15)
System\Windows\Forms\HtmlDocumentTests.cs (10)
144
HtmlElementCollection
collection = document.All;
164
HtmlElementCollection
collection = document.All;
840
HtmlElementCollection
collection = document.Forms;
860
HtmlElementCollection
collection = document.Forms;
876
HtmlElementCollection
collection = document.Images;
896
HtmlElementCollection
collection = document.Images;
1028
HtmlElementCollection
collection = document.Links;
1048
HtmlElementCollection
collection = document.Links;
1768
HtmlElementCollection
collection = document.GetElementsByTagName("form");
1793
HtmlElementCollection
collection = document.GetElementsByTagName("form");
System\Windows\Forms\HtmlElementTests.cs (5)
27
HtmlElementCollection
collection = element.All;
47
HtmlElementCollection
collection = element.All;
129
HtmlElementCollection
collection = element.Children;
148
HtmlElementCollection
collection = element.Children;
1933
HtmlElementCollection
collection = element.GetElementsByTagName("form");