Base:
property
Count
System.Windows.Data.CollectionView.Count
5 references to Count
PresentationFramework (5)
MS\Internal\Data\CompositeCollectionView.cs (5)
260
int lastPosition =
Count
- 1;
326
ArgumentOutOfRangeException.ThrowIfGreaterThan(position,
Count
);
1110
SetCurrent(null,
Count
); // Count has been cached from GetItem()
1355
SetCurrent(newCurrentItem,
Count
- 1);
1424
SetCurrent(null,
Count
);