Base:
property
IsCurrentAfterLast
System.Windows.Data.CollectionView.IsCurrentAfterLast
13 references to IsCurrentAfterLast
PresentationFramework (13)
MS\Internal\Data\CompositeCollectionView.cs (13)
256
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
271
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
289
if (
IsCurrentAfterLast
)
331
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
339
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
921
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
929
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1102
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1118
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1284
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1325
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1368
if (
IsCurrentAfterLast
)
1423
else if (
IsCurrentAfterLast
)