12 references to GetCount
System.Windows.Forms (12)
winforms\Managed\System\WinForms\CheckedListBox.cs (2)
1371return InnerArray.GetCount(AnyMask); 1488int cnt = InnerArray.GetCount(AnyMask);
winforms\Managed\System\WinForms\ListBox.cs (10)
2978return InnerArray.GetCount(0); 3171if (index < 0 || index >= InnerArray.GetCount(0)) { 3227int count = InnerArray.GetCount(0); 3236int count = InnerArray.GetCount(0); 3288if (index < 0 || index > InnerArray.GetCount(0)) { 3344if (index < 0 || index >= InnerArray.GetCount(0)) { 3366if (index < 0 || index >= InnerArray.GetCount(0)) { 3910selectedIndex < InnerArray.GetCount(0) && 4164count = InnerArray.GetCount(SelectedObjectMask); 4315int cnt = InnerArray.GetCount(SelectedObjectMask);