Implemented interface member:
4 overrides of IsCurrentAfterLast
PresentationFramework (4)
MS\Internal\Data\CollectionViewProxy.cs (1)
205public override bool IsCurrentAfterLast
MS\Internal\Data\CompositeCollectionView.cs (1)
119public override bool IsCurrentAfterLast
MS\Internal\Data\EnumerableCollectionView.cs (1)
203public override bool IsCurrentAfterLast
System\Windows\Controls\ItemCollection.cs (1)
831public 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)
840return _collectionView.IsCurrentAfterLast;
System\Windows\Data\BindingListCollectionView.cs (10)
1288bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1405if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1508bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1585bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 1592oldIsCurrentAfterLast = IsCurrentAfterLast; 1603if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1606oldIsCurrentAfterLast = IsCurrentAfterLast; 1632afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast); 1861bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1869if (IsCurrentAfterLast != oldIsCurrentAfterLast)
System\Windows\Data\CollectionView.cs (4)
559bool oldIsCurrentAfterLast = IsCurrentAfterLast; 565if (IsCurrentAfterLast != oldIsCurrentAfterLast) 875if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1136if (IsCurrentAfterLast != oldIsCurrentAfterLast)
System\Windows\Data\ListCollectionView.cs (10)
111bool oldIsCurrentAfterLast = IsCurrentAfterLast; 160if (IsCurrentAfterLast != oldIsCurrentAfterLast) 209bool oldIsCurrentAfterLast = IsCurrentAfterLast; 217if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1882bool oldIsCurrentAfterLast = IsCurrentAfterLast; 2087bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 2094oldIsCurrentAfterLast = IsCurrentAfterLast; 2109if (IsCurrentAfterLast != oldIsCurrentAfterLast) 2112oldIsCurrentAfterLast = IsCurrentAfterLast; 2138afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast);