10 references to Count
System.Data (10)
fx\src\data\System\Data\DataRowCollection.cs (6)
43
return list.
Count
;
66
if (pos >= list.
Count
)
73
if ((pos < 0) || (pos == list.
Count
)) {
79
if (pos < list.
Count
) {
88
while (pos>list.
Count
) {
96
table.InsertRow(row, pos+1, pos > list.
Count
? -1 : pos);
fx\src\data\System\Data\RbTree.cs (4)
1562
int count =
Count
;
1563
if (array.Length - index <
Count
) {
1581
int count =
Count
;
1582
if (array.Length - index <
Count
) {