Implemented interface member:
4 overrides of IsCurrentAfterLast
PresentationFramework (4)
MS\Internal\Data\CollectionViewProxy.cs (1)
207public override bool IsCurrentAfterLast
MS\Internal\Data\CompositeCollectionView.cs (1)
125public override bool IsCurrentAfterLast
MS\Internal\Data\EnumerableCollectionView.cs (1)
207public override bool IsCurrentAfterLast
System\Windows\Controls\ItemCollection.cs (1)
840public override bool IsCurrentAfterLast
30 references to IsCurrentAfterLast
PresentationFramework (30)
MS\Internal\Controls\InnerItemCollectionView.cs (4)
470bool oldIsCurrentAfterLast = IsCurrentAfterLast; 476if (IsCurrentAfterLast != oldIsCurrentAfterLast) 506bool oldIsCurrentAfterLast = IsCurrentAfterLast; 564if (IsCurrentAfterLast != oldIsCurrentAfterLast)
MS\Internal\Data\EnumerableCollectionView.cs (1)
209get { return _view.IsCurrentAfterLast; }
System\Windows\Controls\ItemCollection.cs (1)
849return _collectionView.IsCurrentAfterLast;
System\Windows\Data\BindingListCollectionView.cs (10)
1293bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1410if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1513bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1590bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 1597oldIsCurrentAfterLast = IsCurrentAfterLast; 1608if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1611oldIsCurrentAfterLast = IsCurrentAfterLast; 1637afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast); 1866bool oldIsCurrentAfterLast = IsCurrentAfterLast; 1874if (IsCurrentAfterLast != oldIsCurrentAfterLast)
System\Windows\Data\CollectionView.cs (4)
563bool oldIsCurrentAfterLast = IsCurrentAfterLast; 569if (IsCurrentAfterLast != oldIsCurrentAfterLast) 879if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1140if (IsCurrentAfterLast != oldIsCurrentAfterLast)
System\Windows\Data\ListCollectionView.cs (10)
117bool oldIsCurrentAfterLast = IsCurrentAfterLast; 166if (IsCurrentAfterLast != oldIsCurrentAfterLast) 215bool oldIsCurrentAfterLast = IsCurrentAfterLast; 223if (IsCurrentAfterLast != oldIsCurrentAfterLast) 1888bool oldIsCurrentAfterLast = IsCurrentAfterLast; 2093bool afterLastHasChanged = (IsCurrentAfterLast != oldIsCurrentAfterLast); 2100oldIsCurrentAfterLast = IsCurrentAfterLast; 2115if (IsCurrentAfterLast != oldIsCurrentAfterLast) 2118oldIsCurrentAfterLast = IsCurrentAfterLast; 2144afterLastHasChanged = afterLastHasChanged || (IsCurrentAfterLast != oldIsCurrentAfterLast);