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