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