Implemented interface member:
4 overrides of IsCurrentAfterLast
PresentationFramework (4)
MS\Internal\Data\CollectionViewProxy.cs (1)
200
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)
823
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)
832
return _collectionView.
IsCurrentAfterLast
;
System\Windows\Data\BindingListCollectionView.cs (10)
1272
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1389
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1491
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1568
bool afterLastHasChanged = (
IsCurrentAfterLast
!= oldIsCurrentAfterLast);
1575
oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1586
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1589
oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1615
afterLastHasChanged = afterLastHasChanged || (
IsCurrentAfterLast
!= oldIsCurrentAfterLast);
1844
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1852
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);