9 references to Move
Microsoft.Maui.Controls (4)
LegacyLayouts\Layout.cs (2)
294 InternalChildren.Move(InternalChildren.IndexOf(view), 0); 312 InternalChildren.Move(InternalChildren.IndexOf(view), InternalChildren.Count - 1);
NavigationPage\NavigationPage.cs (1)
488 InternalChildren.Move(index, i);
Shell\ShellFlyoutItemsManager.cs (1)
65 dest.Move(destIndex, j);
PresentationFramework (5)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
498ProtectedItems.Move(oldIndexLocal, newIndexLocal);
MS\Internal\Data\DifferencingCollection.cs (1)
206Move(index1, index2);
MS\Internal\Data\EnumerableCollectionView.cs (2)
456_snapshot.Move(oldIndex, newIndex); 470_snapshot.Move(oldIndex, newIndex);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1564Columns.Move(_startColumnIndex, newColumnIndex);