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