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