9 references to Move
PresentationFramework (5)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
512
ProtectedItems.
Move
(oldIndexLocal, newIndexLocal);
src\Framework\MS\Internal\Data\DifferencingCollection.cs (1)
212
Move
(index1, index2);
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (2)
464
_snapshot.
Move
(oldIndex, newIndex);
478
_snapshot.
Move
(oldIndex, newIndex);
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1575
Columns.
Move
(_startColumnIndex, newColumnIndex);
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (2)
69
this.List.
Move
(oldIndex, oldIndex - 1);
78
this.List.
Move
(oldIndex, oldIndex + 1);
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (2)
661
this.DynamicArguments.
Move
(selectedArgumentIndex, selectedArgumentIndex - 1);
674
this.DynamicArguments.
Move
(selectedArgumentIndex, selectedArgumentIndex + 1);