Implemented interface member:
4 overrides of MoveCurrentToPrevious
PresentationFramework (4)
MS\Internal\Data\CollectionViewProxy.cs (1)
223
public override bool
MoveCurrentToPrevious
()
MS\Internal\Data\CompositeCollectionView.cs (1)
292
public override bool
MoveCurrentToPrevious
()
MS\Internal\Data\EnumerableCollectionView.cs (1)
221
public override bool
MoveCurrentToPrevious
()
System\Windows\Controls\ItemCollection.cs (1)
133
public override bool
MoveCurrentToPrevious
()
2 references to MoveCurrentToPrevious
PresentationFramework (2)
MS\Internal\Data\EnumerableCollectionView.cs (1)
223
return _view.
MoveCurrentToPrevious
();
System\Windows\Controls\ItemCollection.cs (1)
140
return _collectionView.
MoveCurrentToPrevious
();