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