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