Implemented interface member:
4 overrides of MoveCurrentToPrevious
PresentationFramework (4)
MS\Internal\Data\CollectionViewProxy.cs (1)
219
public override bool
MoveCurrentToPrevious
()
MS\Internal\Data\CompositeCollectionView.cs (1)
289
public override bool
MoveCurrentToPrevious
()
MS\Internal\Data\EnumerableCollectionView.cs (1)
220
public override bool
MoveCurrentToPrevious
()
System\Windows\Controls\ItemCollection.cs (1)
132
public override bool
MoveCurrentToPrevious
()
2 references to MoveCurrentToPrevious
PresentationFramework (2)
MS\Internal\Data\EnumerableCollectionView.cs (1)
222
return _view.
MoveCurrentToPrevious
();
System\Windows\Controls\ItemCollection.cs (1)
139
return _collectionView.
MoveCurrentToPrevious
();