Base:
property
IsCurrentAfterLast
System.Windows.Data.CollectionView.IsCurrentAfterLast
13 references to IsCurrentAfterLast
PresentationFramework (13)
MS\Internal\Data\CompositeCollectionView.cs (13)
248
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
263
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
281
if (
IsCurrentAfterLast
)
323
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
331
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
907
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
915
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1088
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1104
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1270
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1311
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1354
if (
IsCurrentAfterLast
)
1409
else if (
IsCurrentAfterLast
)