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