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