Base:
property
IsCurrentAfterLast
System.Windows.Data.CollectionView.IsCurrentAfterLast
13 references to IsCurrentAfterLast
PresentationFramework (13)
MS\Internal\Data\CompositeCollectionView.cs (13)
256bool oldIsCurrentAfterLast = IsCurrentAfterLast; 271if (IsCurrentAfterLast != oldIsCurrentAfterLast) 289if (IsCurrentAfterLast) 331bool oldIsCurrentAfterLast = IsCurrentAfterLast; 339if (IsCurrentAfterLast != oldIsCurrentAfterLast) 921bool oldIsCurrentAfterLast = IsCurrentAfterLast; 929if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1102bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1118if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1284bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1325if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1368if (IsCurrentAfterLast) 1423else if (IsCurrentAfterLast)