9 references to Move
PresentationFramework (5)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
512ProtectedItems.Move(oldIndexLocal, newIndexLocal);
src\Framework\MS\Internal\Data\DifferencingCollection.cs (1)
212Move(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)
1575Columns.Move(_startColumnIndex, newColumnIndex);
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\ReorderableListEditor.xaml.cs (2)
69this.List.Move(oldIndex, oldIndex - 1); 78this.List.Move(oldIndex, oldIndex + 1);
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (2)
661this.DynamicArguments.Move(selectedArgumentIndex, selectedArgumentIndex - 1); 674this.DynamicArguments.Move(selectedArgumentIndex, selectedArgumentIndex + 1);