Base:
property
IsCurrentAfterLast
System.Windows.Data.CollectionView.IsCurrentAfterLast
2 references to IsCurrentAfterLast
PresentationFramework (2)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (2)
513
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
523
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)