Implemented interface member:
4 overrides of MoveCurrentToPrevious
PresentationFramework (4)
MS\Internal\Data\CollectionViewProxy.cs (1)
225
public override bool
MoveCurrentToPrevious
()
MS\Internal\Data\CompositeCollectionView.cs (1)
298
public override bool
MoveCurrentToPrevious
()
MS\Internal\Data\EnumerableCollectionView.cs (1)
225
public override bool
MoveCurrentToPrevious
()
System\Windows\Controls\ItemCollection.cs (1)
142
public override bool
MoveCurrentToPrevious
()
2 references to MoveCurrentToPrevious
PresentationFramework (2)
MS\Internal\Data\EnumerableCollectionView.cs (1)
227
return _view.
MoveCurrentToPrevious
();
System\Windows\Controls\ItemCollection.cs (1)
149
return _collectionView.
MoveCurrentToPrevious
();