Base:
property
IsCurrentAfterLast
System.Windows.Data.CollectionView.IsCurrentAfterLast
13 references to IsCurrentAfterLast
PresentationFramework (13)
MS\Internal\Data\CompositeCollectionView.cs (13)
247
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
262
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
280
if (
IsCurrentAfterLast
)
322
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
330
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
906
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
914
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1087
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1103
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1269
bool oldIsCurrentAfterLast =
IsCurrentAfterLast
;
1310
if (
IsCurrentAfterLast
!= oldIsCurrentAfterLast)
1353
if (
IsCurrentAfterLast
)
1408
else if (
IsCurrentAfterLast
)