Implemented interface member:
property
Count
System.Collections.ICollection.Count
4 references to Count
System.Windows.Forms (4)
winforms\Managed\System\WinForms\HtmlWindowCollection.cs (4)
49if (index < 0 || index >= this.Count) { 50throw new ArgumentOutOfRangeException("index", SR.GetString(SR.InvalidBoundArgument, "index", index, 0, this.Count - 1)); 108int count = this.Count; 117HtmlWindow[] htmlWindows = new HtmlWindow[this.Count];