Implemented interface member:
property
IsCurrentAfterLast
System.ComponentModel.ICollectionView.IsCurrentAfterLast
4 overrides of IsCurrentAfterLast
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
210public override bool IsCurrentAfterLast
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
132public override bool IsCurrentAfterLast
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
210public override bool IsCurrentAfterLast
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
851public override bool IsCurrentAfterLast
30 references to IsCurrentAfterLast
PresentationFramework (30)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (4)
472bool oldIsCurrentAfterLast = IsCurrentAfterLast; 478if (IsCurrentAfterLast != oldIsCurrentAfterLast) 508bool oldIsCurrentAfterLast = IsCurrentAfterLast; 567if (IsCurrentAfterLast != oldIsCurrentAfterLast)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
212get { return _view.IsCurrentAfterLast; }
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
860return _collectionView.IsCurrentAfterLast;
src\Framework\System\Windows\Data\BindingListCollectionView.cs (10)
1300bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1417if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1520bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1597bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 1604oldIsCurrentAfterLast = IsCurrentAfterLast; 1615if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1618oldIsCurrentAfterLast = IsCurrentAfterLast; 1644afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast); 1873bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1881if (IsCurrentAfterLast != oldIsCurrentAfterLast)
src\Framework\System\Windows\Data\CollectionView.cs (4)
571bool oldIsCurrentAfterLast = IsCurrentAfterLast; 577if (IsCurrentAfterLast != oldIsCurrentAfterLast) 888if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1151if (IsCurrentAfterLast != oldIsCurrentAfterLast)
src\Framework\System\Windows\Data\ListCollectionView.cs (10)
124bool oldIsCurrentAfterLast = IsCurrentAfterLast; 173if (IsCurrentAfterLast != oldIsCurrentAfterLast) 223bool oldIsCurrentAfterLast = IsCurrentAfterLast; 231if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1897bool oldIsCurrentAfterLast = IsCurrentAfterLast; 2102bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 2109oldIsCurrentAfterLast = IsCurrentAfterLast; 2124if (IsCurrentAfterLast != oldIsCurrentAfterLast) 2127oldIsCurrentAfterLast = IsCurrentAfterLast; 2154afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast);