Implemented interface member:
property
Count
System.Collections.ICollection.Count
5 references to Count
System.Windows.Forms (5)
winforms\Managed\System\WinForms\HtmlElementCollection.cs (5)
63
if (index < 0 || index >= this.
Count
) {
64
throw new ArgumentOutOfRangeException("index", SR.GetString(SR.InvalidBoundArgument, "index", index, 0, this.
Count
- 1));
113
int count = this.
Count
;
174
int count = this.
Count
;
183
HtmlElement[] htmlElements = new HtmlElement[this.
Count
];