93 references to Move
Microsoft.Maui.Controls (21)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
586 case NotifyCollectionChangedAction.Move:
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (1)
207 case NotifyCollectionChangedAction.Move:
Element\Element.cs (1)
857 case NotifyCollectionChangedAction.Move:
Handlers\Items\iOS\ObservableGroupedSource.cs (1)
187 case NotifyCollectionChangedAction.Move:
Handlers\Items\iOS\ObservableItemsSource.cs (1)
147 case NotifyCollectionChangedAction.Move:
Internals\NotifyCollectionChangedEventArgsExtensions.cs (3)
47 case NotifyCollectionChangedAction.Move: 101 case NotifyCollectionChangedAction.Move: 102 return new NotifyCollectionChangedEventArgsEx(count, NotifyCollectionChangedAction.Move, e.OldItems, e.NewStartingIndex, e.OldStartingIndex);
Items\MarshalingObservableCollection.cs (1)
75 case NotifyCollectionChangedAction.Move:
LegacyLayouts\Layout.cs (1)
619 if (e.Action == NotifyCollectionChangedAction.Move)
MultiPage.cs (1)
260 case NotifyCollectionChangedAction.Move:
ObservableList.cs (1)
66 OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, items, newIndex, oldIndex));
ObservableWrapper.cs (2)
191 case NotifyCollectionChangedAction.Move: 201 handler(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, e.NewItems, outerNewIndex, outerOldIndex));
ResourceDictionary.cs (1)
111 if (e.Action == NotifyCollectionChangedAction.Move)
TemplatedItemsList.cs (6)
869 case NotifyCollectionChangedAction.Move: 912 OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, oldItems, e.OldStartingIndex, e.NewStartingIndex)); 1026 case NotifyCollectionChangedAction.Move: 1055 e = new NotifyCollectionChangedEventArgsEx(count, NotifyCollectionChangedAction.Move, itemsToMove, e.NewStartingIndex, e.OldStartingIndex); 1347 case NotifyCollectionChangedAction.Move: 1348 e = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, ConvertItems(e.OldItems), e.NewStartingIndex, e.OldStartingIndex);
Microsoft.Maui.Controls.Compatibility (3)
iOS\CollectionView\ObservableGroupedSource.cs (1)
149 case NotifyCollectionChangedAction.Move:
iOS\CollectionView\ObservableItemsSource.cs (1)
123 case NotifyCollectionChangedAction.Move:
iOS\Renderers\ListViewRenderer.cs (1)
612 case NotifyCollectionChangedAction.Move:
PresentationCore (1)
System\Windows\FreezableCollection.cs (1)
729action != NotifyCollectionChangedAction.Move)
PresentationFramework (59)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
645OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, item, newIndex, oldIndex));
MS\Internal\Data\CompositeCollectionView.cs (3)
533case NotifyCollectionChangedAction.Move: 759case NotifyCollectionChangedAction.Move: 1448case NotifyCollectionChangedAction.Move:
MS\Internal\Data\EnumerableCollectionView.cs (1)
442case NotifyCollectionChangedAction.Move:
MS\Internal\Data\LiveShapingTree.cs (1)
70RaiseMoveEvent(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move,
System\Windows\Annotations\Annotation.cs (3)
725case NotifyCollectionChangedAction.Move: 779case NotifyCollectionChangedAction.Move: 828case NotifyCollectionChangedAction.Move:
System\Windows\Controls\DataGrid.cs (3)
267if (visibleColumnsChanged && e.Action != NotifyCollectionChangedAction.Move) 7278case NotifyCollectionChangedAction.Move: 7411case NotifyCollectionChangedAction.Move:
System\Windows\Controls\DataGridCellsPanel.cs (1)
2054case NotifyCollectionChangedAction.Move:
System\Windows\Controls\DataGridColumnCollection.cs (3)
97case NotifyCollectionChangedAction.Move: 387DataGridOwner.UpdateColumnsOnVirtualizedCellInfoCollections(NotifyCollectionChangedAction.Move, oldDisplayIndex, null, newDisplayIndex); 399DataGridOwner.UpdateColumnsOnVirtualizedCellInfoCollections(NotifyCollectionChangedAction.Move, oldColumnIndex, null, newColumnIndex);
System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
218case NotifyCollectionChangedAction.Move:
System\Windows\Controls\GridViewColumnCollection.cs (1)
265return new GridViewColumnCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, _columns[actualIndex], newIndex, oldIndex, actualIndex);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
694case NotifyCollectionChangedAction.Move:
System\Windows\Controls\GridViewRowPresenter.cs (1)
364if (e.Action == NotifyCollectionChangedAction.Move)
System\Windows\Controls\ItemCollection.cs (1)
2201case NotifyCollectionChangedAction.Move:
System\Windows\Controls\ItemContainerGenerator.cs (2)
2415case NotifyCollectionChangedAction.Move: 2733ItemsChanged(this, new ItemsChangedEventArgs(NotifyCollectionChangedAction.Move, position, oldPosition, 1, containerCount));
System\Windows\Controls\ItemsControl.cs (1)
3715case NotifyCollectionChangedAction.Move:
System\Windows\Controls\MultipleCopiesCollection.cs (2)
56case NotifyCollectionChangedAction.Move: 194OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, CopiedItem, newIndex, oldIndex));
System\Windows\Controls\Panel.cs (1)
698case NotifyCollectionChangedAction.Move:
System\Windows\Controls\Primitives\Selector.cs (2)
909case NotifyCollectionChangedAction.Move: 1178case NotifyCollectionChangedAction.Move:
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
390case NotifyCollectionChangedAction.Move:
System\Windows\Controls\TreeView.cs (1)
436case NotifyCollectionChangedAction.Move:
System\Windows\Controls\TreeViewItem.cs (1)
976case NotifyCollectionChangedAction.Move:
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
962case NotifyCollectionChangedAction.Move: 1135case NotifyCollectionChangedAction.Move:
System\Windows\Controls\VirtualizingPanel.cs (1)
515case NotifyCollectionChangedAction.Move:
System\Windows\Controls\VirtualizingStackPanel.cs (2)
3584case NotifyCollectionChangedAction.Move: 3662case NotifyCollectionChangedAction.Move:
System\Windows\Data\BindingGroup.cs (1)
1311case NotifyCollectionChangedAction.Move:
System\Windows\Data\BindingListCollectionView.cs (7)
483NotifyCollectionChangedAction.Move, 505NotifyCollectionChangedAction.Move, 786result = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, newItem, toIndex, fromIndex); 1538case NotifyCollectionChangedAction.Move: 1821case NotifyCollectionChangedAction.Move: 1974forwardedArgs = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, item, index+delta, args.OldIndex+delta); 2448case NotifyCollectionChangedAction.Move:
System\Windows\Data\CollectionView.cs (3)
921args.Action != NotifyCollectionChangedAction.Move) 1105case NotifyCollectionChangedAction.Move: 1968case NotifyCollectionChangedAction.Move:
System\Windows\Data\ListCollectionView.cs (11)
596NotifyCollectionChangedAction.Move, 618NotifyCollectionChangedAction.Move, 891NotifyCollectionChangedAction.Move, 1258NotifyCollectionChangedAction.Move, 1777case NotifyCollectionChangedAction.Move: 1835else if (effectiveAction == NotifyCollectionChangedAction.Move) 1853effectiveAction = NotifyCollectionChangedAction.Move; 1983case NotifyCollectionChangedAction.Move: 2401case NotifyCollectionChangedAction.Move: 2515case NotifyCollectionChangedAction.Move: 3113new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move,
System.ObjectModel (5)
System\Collections\ObjectModel\ObservableCollection.cs (1)
157OnCollectionChanged(NotifyCollectionChangedAction.Move, removedItem, newIndex, oldIndex);
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (4)
212if (action != NotifyCollectionChangedAction.Move) 214throw new ArgumentException(SR.Format(SR.WrongActionForCtor, NotifyCollectionChangedAction.Move), nameof(action)); 233if (action != NotifyCollectionChangedAction.Move) 235throw new ArgumentException(SR.Format(SR.WrongActionForCtor, NotifyCollectionChangedAction.Move), nameof(action));
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
58case NotifyCollectionChangedAction.Move:
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1094e.Action == NotifyCollectionChangedAction.Move ||
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2428case NotifyCollectionChangedAction.Move:
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
593case NotifyCollectionChangedAction.Move: