14 instantiations of HtmlElementCollection
System.Windows.Forms (14)
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 (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)
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)
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)
146
HtmlElementCollection
collection = document.All;
166
HtmlElementCollection
collection = document.All;
842
HtmlElementCollection
collection = document.Forms;
862
HtmlElementCollection
collection = document.Forms;
878
HtmlElementCollection
collection = document.Images;
898
HtmlElementCollection
collection = document.Images;
1030
HtmlElementCollection
collection = document.Links;
1050
HtmlElementCollection
collection = document.Links;
1770
HtmlElementCollection
collection = document.GetElementsByTagName("form");
1795
HtmlElementCollection
collection = document.GetElementsByTagName("form");
System\Windows\Forms\HtmlElementTests.cs (5)
29
HtmlElementCollection
collection = element.All;
49
HtmlElementCollection
collection = element.All;
131
HtmlElementCollection
collection = element.Children;
150
HtmlElementCollection
collection = element.Children;
1935
HtmlElementCollection
collection = element.GetElementsByTagName("form");