Implemented interface member:
property
Count
System.Collections.ICollection.Count
7 references to Count
System.Windows.Forms (7)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
793
int wpar = CustomTabOffsets.
Count
;
winforms\Managed\System\WinForms\ListBox.cs (6)
1779
int wpar = CustomTabOffsets.
Count
;
2266
int wpar = CustomTabOffsets.
Count
;
3749
int cnt =
Count
;
3784
if (current < items.
Count
- 1) {
3789
current = items.
Count
;
3806
if (current == -1 || current == items.
Count
) {