Base:
property
IsCurrentAfterLast
System.Windows.Data.CollectionView.IsCurrentAfterLast
13 references to IsCurrentAfterLast
PresentationFramework (13)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (13)
264
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
279
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
298
if (
IsCurrentAfterLast
)
344
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
352
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
939
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
947
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1120
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1136
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1303
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1344
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1387
if (
IsCurrentAfterLast
)
1442
else if (
IsCurrentAfterLast
)