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