Implemented interface member:
4 overrides of IsCurrentAfterLast
PresentationFramework (4)
MS\Internal\Data\CollectionViewProxy.cs (1)
201public override bool IsCurrentAfterLast
MS\Internal\Data\CompositeCollectionView.cs (1)
116public override bool IsCurrentAfterLast
MS\Internal\Data\EnumerableCollectionView.cs (1)
202public override bool IsCurrentAfterLast
System\Windows\Controls\ItemCollection.cs (1)
824public override bool IsCurrentAfterLast
30 references to IsCurrentAfterLast
PresentationFramework (30)
MS\Internal\Controls\InnerItemCollectionView.cs (4)
468bool oldIsCurrentAfterLast = IsCurrentAfterLast; 474if (IsCurrentAfterLast != oldIsCurrentAfterLast) 504bool oldIsCurrentAfterLast = IsCurrentAfterLast; 562if (IsCurrentAfterLast != oldIsCurrentAfterLast)
MS\Internal\Data\EnumerableCollectionView.cs (1)
204get { return _view.IsCurrentAfterLast; }
System\Windows\Controls\ItemCollection.cs (1)
833return _collectionView.IsCurrentAfterLast;
System\Windows\Data\BindingListCollectionView.cs (10)
1272bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1389if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1492bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1569bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 1576oldIsCurrentAfterLast = IsCurrentAfterLast; 1587if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1590oldIsCurrentAfterLast = IsCurrentAfterLast; 1616afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast); 1845bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1853if (IsCurrentAfterLast != oldIsCurrentAfterLast)
System\Windows\Data\CollectionView.cs (4)
555bool oldIsCurrentAfterLast = IsCurrentAfterLast; 561if (IsCurrentAfterLast != oldIsCurrentAfterLast) 871if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1132if (IsCurrentAfterLast != oldIsCurrentAfterLast)
System\Windows\Data\ListCollectionView.cs (10)
110bool oldIsCurrentAfterLast = IsCurrentAfterLast; 159if (IsCurrentAfterLast != oldIsCurrentAfterLast) 208bool oldIsCurrentAfterLast = IsCurrentAfterLast; 216if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1863bool oldIsCurrentAfterLast = IsCurrentAfterLast; 2068bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 2075oldIsCurrentAfterLast = IsCurrentAfterLast; 2090if (IsCurrentAfterLast != oldIsCurrentAfterLast) 2093oldIsCurrentAfterLast = IsCurrentAfterLast; 2119afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast);