Implemented interface member:
property
IsCurrentAfterLast
System.ComponentModel.ICollectionView.IsCurrentAfterLast
4 overrides of IsCurrentAfterLast
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
210
public override bool
IsCurrentAfterLast
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
132
public override bool
IsCurrentAfterLast
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
210
public override bool
IsCurrentAfterLast
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
851
public override bool
IsCurrentAfterLast
30 references to IsCurrentAfterLast
PresentationFramework (30)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (4)
472
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
478
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
508
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
567
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
212
get { return _view.
IsCurrentAfterLast
; }
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
860
return _collectionView.
IsCurrentAfterLast
;
src\Framework\System\Windows\Data\BindingListCollectionView.cs (10)
1300
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1417
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1520
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1597
bool afterLastHasChanged = (
IsCurrentAfterLast
!= oldIsCurrentAfterLast);
1604
oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1615
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1618
oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1644
afterLastHasChanged = afterLastHasChanged || (
IsCurrentAfterLast
!= oldIsCurrentAfterLast);
1873
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1881
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
src\Framework\System\Windows\Data\CollectionView.cs (4)
571
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
577
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
888
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1151
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
src\Framework\System\Windows\Data\ListCollectionView.cs (10)
124
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
173
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
223
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
231
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1897
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
2102
bool afterLastHasChanged = (
IsCurrentAfterLast
!= oldIsCurrentAfterLast);
2109
oldIsCurrentAfterLast =
IsCurrentAfterLast
;
2124
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
2127
oldIsCurrentAfterLast =
IsCurrentAfterLast
;
2154
afterLastHasChanged = afterLastHasChanged || (
IsCurrentAfterLast
!= oldIsCurrentAfterLast);