45 references to Count
WindowsBase (45)
Shared\MS\Utility\FrugalList.cs (45)
334
if (SIZE == oldList.
Count
)
349
SetCount(oldList.
Count
);
588
int oldCount = oldList.
Count
;
591
SetCount(oldList.
Count
);
627
SetCount(oldList.
Count
);
634
int oldCount = oldList.
Count
;
635
SetCount(oldList.
Count
);
1041
int oldCount = oldList.
Count
;
1044
SetCount(oldList.
Count
);
1104
int oldCount = oldList.
Count
;
1107
SetCount(oldList.
Count
);
1143
int oldCount = oldList.
Count
;
1144
SetCount(oldList.
Count
);
1462
for (int index = 0; index < oldList.
Count
; ++index)
1476
int oldCount = oldList.
Count
;
1477
SetCount(oldList.
Count
);
1531
int oldCount = oldList.
Count
;
1534
SetCount(oldList.
Count
);
1658
for (int i=_validItemCount, n=_store.
Count
; i<n; ++i)
1760
return _listStore.
Count
;
1772
if ((null != _listStore) && ((index < _listStore.
Count
) && (index >= 0)))
1782
if ((null != _listStore) && ((index < _listStore.
Count
) && (index >= 0)))
1840
ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.
Count
+ 1);
1855
return _listStore.
Count
- 1;
1868
if ((null != _listStore) && (_listStore.
Count
> 0))
1877
if ((null != _listStore) && (_listStore.
Count
> 0))
1886
if ((index == 0) || ((null != _listStore) && ((index <= _listStore.
Count
) && (index >= 0))))
1891
if ((null != _listStore) && (_listStore.
Count
== _listStore.Capacity))
1908
if ((null != _listStore) && (_listStore.
Count
> 0))
1917
if ((null != _listStore) && ((index < _listStore.
Count
) && (index >= 0)))
1950
if ((null != _listStore) && (_listStore.
Count
> 0))
1959
if ((null != _listStore) && (_listStore.
Count
> 0))
2125
return _listStore.
Count
;
2137
if ((null != _listStore) && ((index < _listStore.
Count
) && (index >= 0)))
2147
if ((null != _listStore) && ((index < _listStore.
Count
) && (index >= 0)))
2205
ArrayItemList<T> newStore = new ArrayItemList<T>(_listStore.
Count
+ 1);
2220
return _listStore.
Count
- 1;
2233
if ((null != _listStore) && (_listStore.
Count
> 0))
2242
if ((null != _listStore) && (_listStore.
Count
> 0))
2251
if ((index == 0) || ((null != _listStore) && ((index <= _listStore.
Count
) && (index >= 0))))
2256
if ((null != _listStore) && (_listStore.
Count
== _listStore.Capacity))
2273
if ((null != _listStore) && (_listStore.
Count
> 0))
2282
if ((null != _listStore) && ((index < _listStore.
Count
) && (index >= 0)))
2315
if ((null != _listStore) && (_listStore.
Count
> 0))
2324
if ((null != _listStore) && (_listStore.
Count
> 0))