Base:
property
Count
System.Windows.Data.CollectionView.Count
5 references to Count
PresentationFramework (5)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (5)
268int lastPosition = Count - 1; 336if (position > Count) 1128SetCurrent(null, Count); // Count has been cached from GetItem() 1374SetCurrent(newCurrentItem, Count - 1); 1443SetCurrent(null, Count);