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