Implemented interface member:
4 overrides of IsCurrentAfterLast
PresentationFramework (4)
MS\Internal\Data\CollectionViewProxy.cs (1)
202public override bool IsCurrentAfterLast
MS\Internal\Data\CompositeCollectionView.cs (1)
117public override bool IsCurrentAfterLast
MS\Internal\Data\EnumerableCollectionView.cs (1)
203public override bool IsCurrentAfterLast
System\Windows\Controls\ItemCollection.cs (1)
825public override bool IsCurrentAfterLast
30 references to IsCurrentAfterLast
PresentationFramework (30)
MS\Internal\Controls\InnerItemCollectionView.cs (4)
469bool oldIsCurrentAfterLast = IsCurrentAfterLast; 475if (IsCurrentAfterLast != oldIsCurrentAfterLast) 505bool oldIsCurrentAfterLast = IsCurrentAfterLast; 563if (IsCurrentAfterLast != oldIsCurrentAfterLast)
MS\Internal\Data\EnumerableCollectionView.cs (1)
205get { return _view.IsCurrentAfterLast; }
System\Windows\Controls\ItemCollection.cs (1)
834return _collectionView.IsCurrentAfterLast;
System\Windows\Data\BindingListCollectionView.cs (10)
1273bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1390if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1493bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1570bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 1577oldIsCurrentAfterLast = IsCurrentAfterLast; 1588if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1591oldIsCurrentAfterLast = IsCurrentAfterLast; 1617afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast); 1846bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1854if (IsCurrentAfterLast != oldIsCurrentAfterLast)
System\Windows\Data\CollectionView.cs (4)
556bool oldIsCurrentAfterLast = IsCurrentAfterLast; 562if (IsCurrentAfterLast != oldIsCurrentAfterLast) 872if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1133if (IsCurrentAfterLast != oldIsCurrentAfterLast)
System\Windows\Data\ListCollectionView.cs (10)
111bool oldIsCurrentAfterLast = IsCurrentAfterLast; 160if (IsCurrentAfterLast != oldIsCurrentAfterLast) 209bool oldIsCurrentAfterLast = IsCurrentAfterLast; 217if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1864bool oldIsCurrentAfterLast = IsCurrentAfterLast; 2069bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 2076oldIsCurrentAfterLast = IsCurrentAfterLast; 2091if (IsCurrentAfterLast != oldIsCurrentAfterLast) 2094oldIsCurrentAfterLast = IsCurrentAfterLast; 2120afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast);