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)
491 InternalChildren.Move(index, i);
Shell\ShellFlyoutItemsManager.cs (1)
65 dest.Move(destIndex, j);
PresentationFramework (5)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
499ProtectedItems.Move(oldIndexLocal, newIndexLocal);
MS\Internal\Data\DifferencingCollection.cs (1)
207Move(index1, index2);
MS\Internal\Data\EnumerableCollectionView.cs (2)
457_snapshot.Move(oldIndex, newIndex); 471_snapshot.Move(oldIndex, newIndex);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1568Columns.Move(_startColumnIndex, newColumnIndex);