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