1 implementation of IsCurrentAfterLast
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
394
public virtual bool
IsCurrentAfterLast
1 reference to IsCurrentAfterLast
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
212
get { return ProxiedView.
IsCurrentAfterLast
; }