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