Implemented interface member:
method
MoveCurrentToPosition
System.ComponentModel.ICollectionView.MoveCurrentToPosition(System.Int32)
7 overrides of MoveCurrentToPosition
PresentationFramework (7)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
465
public override bool
MoveCurrentToPosition
(int position)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
252
public override bool
MoveCurrentToPosition
(int position)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
322
public override bool
MoveCurrentToPosition
(int position)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
252
public override bool
MoveCurrentToPosition
(int position)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
193
public override bool
MoveCurrentToPosition
(int position)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
112
public override bool
MoveCurrentToPosition
(int position)
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
206
public override bool
MoveCurrentToPosition
(int position)
6 references to MoveCurrentToPosition
PresentationFramework (6)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
200
return _collectionView.
MoveCurrentToPosition
(position);
src\Framework\System\Windows\Data\CollectionView.cs (5)
433
return
MoveCurrentToPosition
(index);
451
return
MoveCurrentToPosition
(index);
477
return
MoveCurrentToPosition
(index);
508
return
MoveCurrentToPosition
(index);
544
return
MoveCurrentToPosition
(index);