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