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)
729
action != NotifyCollectionChangedAction.
Move
)
PresentationFramework (59)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
645
OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, item, newIndex, oldIndex));
MS\Internal\Data\CompositeCollectionView.cs (3)
533
case NotifyCollectionChangedAction.
Move
:
759
case NotifyCollectionChangedAction.
Move
:
1448
case NotifyCollectionChangedAction.
Move
:
MS\Internal\Data\EnumerableCollectionView.cs (1)
442
case NotifyCollectionChangedAction.
Move
:
MS\Internal\Data\LiveShapingTree.cs (1)
70
RaiseMoveEvent(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
,
System\Windows\Annotations\Annotation.cs (3)
725
case NotifyCollectionChangedAction.
Move
:
779
case NotifyCollectionChangedAction.
Move
:
828
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\DataGrid.cs (3)
267
if (visibleColumnsChanged && e.Action != NotifyCollectionChangedAction.
Move
)
7278
case NotifyCollectionChangedAction.
Move
:
7411
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\DataGridCellsPanel.cs (1)
2054
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\DataGridColumnCollection.cs (3)
97
case NotifyCollectionChangedAction.
Move
:
387
DataGridOwner.UpdateColumnsOnVirtualizedCellInfoCollections(NotifyCollectionChangedAction.
Move
, oldDisplayIndex, null, newDisplayIndex);
399
DataGridOwner.UpdateColumnsOnVirtualizedCellInfoCollections(NotifyCollectionChangedAction.
Move
, oldColumnIndex, null, newColumnIndex);
System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
218
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\GridViewColumnCollection.cs (1)
265
return new GridViewColumnCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, _columns[actualIndex], newIndex, oldIndex, actualIndex);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
694
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\GridViewRowPresenter.cs (1)
364
if (e.Action == NotifyCollectionChangedAction.
Move
)
System\Windows\Controls\ItemCollection.cs (1)
2201
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\ItemContainerGenerator.cs (2)
2415
case NotifyCollectionChangedAction.
Move
:
2733
ItemsChanged(this, new ItemsChangedEventArgs(NotifyCollectionChangedAction.
Move
, position, oldPosition, 1, containerCount));
System\Windows\Controls\ItemsControl.cs (1)
3715
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\MultipleCopiesCollection.cs (2)
56
case NotifyCollectionChangedAction.
Move
:
194
OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, CopiedItem, newIndex, oldIndex));
System\Windows\Controls\Panel.cs (1)
698
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\Primitives\Selector.cs (2)
909
case NotifyCollectionChangedAction.
Move
:
1178
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
390
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\TreeView.cs (1)
436
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\TreeViewItem.cs (1)
976
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
962
case NotifyCollectionChangedAction.
Move
:
1135
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\VirtualizingPanel.cs (1)
515
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\VirtualizingStackPanel.cs (2)
3584
case NotifyCollectionChangedAction.
Move
:
3662
case NotifyCollectionChangedAction.
Move
:
System\Windows\Data\BindingGroup.cs (1)
1311
case NotifyCollectionChangedAction.
Move
:
System\Windows\Data\BindingListCollectionView.cs (7)
483
NotifyCollectionChangedAction.
Move
,
505
NotifyCollectionChangedAction.
Move
,
786
result = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, newItem, toIndex, fromIndex);
1538
case NotifyCollectionChangedAction.
Move
:
1821
case NotifyCollectionChangedAction.
Move
:
1974
forwardedArgs = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, item, index+delta, args.OldIndex+delta);
2448
case NotifyCollectionChangedAction.
Move
:
System\Windows\Data\CollectionView.cs (3)
921
args.Action != NotifyCollectionChangedAction.
Move
)
1105
case NotifyCollectionChangedAction.
Move
:
1968
case NotifyCollectionChangedAction.
Move
:
System\Windows\Data\ListCollectionView.cs (11)
596
NotifyCollectionChangedAction.
Move
,
618
NotifyCollectionChangedAction.
Move
,
891
NotifyCollectionChangedAction.
Move
,
1258
NotifyCollectionChangedAction.
Move
,
1777
case NotifyCollectionChangedAction.
Move
:
1835
else if (effectiveAction == NotifyCollectionChangedAction.
Move
)
1853
effectiveAction = NotifyCollectionChangedAction.
Move
;
1983
case NotifyCollectionChangedAction.
Move
:
2401
case NotifyCollectionChangedAction.
Move
:
2515
case NotifyCollectionChangedAction.
Move
:
3113
new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
,
System.ObjectModel (5)
System\Collections\ObjectModel\ObservableCollection.cs (1)
157
OnCollectionChanged(NotifyCollectionChangedAction.
Move
, removedItem, newIndex, oldIndex);
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (4)
212
if (action != NotifyCollectionChangedAction.
Move
)
214
throw new ArgumentException(SR.Format(SR.WrongActionForCtor, NotifyCollectionChangedAction.
Move
), nameof(action));
233
if (action != NotifyCollectionChangedAction.
Move
)
235
throw new ArgumentException(SR.Format(SR.WrongActionForCtor, NotifyCollectionChangedAction.
Move
), nameof(action));
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
58
case NotifyCollectionChangedAction.
Move
:
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1094
e.Action == NotifyCollectionChangedAction.
Move
||
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2428
case NotifyCollectionChangedAction.
Move
:
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
593
case NotifyCollectionChangedAction.
Move
: