Implemented interface member:
property
Count
System.Collections.ICollection.Count
4 references to Count
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListBox.cs (4)
3998
int cnt =
Count
;
4073
if (current < items.
Count
- 1) {
4078
current = items.
Count
;
4095
if (current == -1 || current == items.
Count
) {