86 references to Move
Microsoft.Maui.Controls (17)
Element\Element.cs (1)
857
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);
PresentationCore (1)
System\Windows\FreezableCollection.cs (1)
728
action != NotifyCollectionChangedAction.
Move
)
PresentationFramework (59)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
644
OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, item, newIndex, oldIndex));
MS\Internal\Data\CompositeCollectionView.cs (3)
532
case NotifyCollectionChangedAction.
Move
:
758
case NotifyCollectionChangedAction.
Move
:
1447
case NotifyCollectionChangedAction.
Move
:
MS\Internal\Data\EnumerableCollectionView.cs (1)
441
case NotifyCollectionChangedAction.
Move
:
MS\Internal\Data\LiveShapingTree.cs (1)
69
RaiseMoveEvent(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
,
System\Windows\Annotations\Annotation.cs (3)
724
case NotifyCollectionChangedAction.
Move
:
778
case NotifyCollectionChangedAction.
Move
:
827
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\DataGrid.cs (3)
266
if (visibleColumnsChanged && e.Action != NotifyCollectionChangedAction.
Move
)
7271
case NotifyCollectionChangedAction.
Move
:
7404
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\DataGridCellsPanel.cs (1)
2047
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\DataGridColumnCollection.cs (3)
96
case NotifyCollectionChangedAction.
Move
:
386
DataGridOwner.UpdateColumnsOnVirtualizedCellInfoCollections(NotifyCollectionChangedAction.
Move
, oldDisplayIndex, null, newDisplayIndex);
398
DataGridOwner.UpdateColumnsOnVirtualizedCellInfoCollections(NotifyCollectionChangedAction.
Move
, oldColumnIndex, null, newColumnIndex);
System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
217
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\GridViewColumnCollection.cs (1)
264
return new GridViewColumnCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, _columns[actualIndex], newIndex, oldIndex, actualIndex);
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
693
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\GridViewRowPresenter.cs (1)
363
if (e.Action == NotifyCollectionChangedAction.
Move
)
System\Windows\Controls\ItemCollection.cs (1)
2199
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\ItemContainerGenerator.cs (2)
2412
case NotifyCollectionChangedAction.
Move
:
2730
ItemsChanged(this, new ItemsChangedEventArgs(NotifyCollectionChangedAction.
Move
, position, oldPosition, 1, containerCount));
System\Windows\Controls\ItemsControl.cs (1)
3714
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\MultipleCopiesCollection.cs (2)
55
case NotifyCollectionChangedAction.
Move
:
193
OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, CopiedItem, newIndex, oldIndex));
System\Windows\Controls\Panel.cs (1)
697
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\Primitives\Selector.cs (2)
908
case NotifyCollectionChangedAction.
Move
:
1177
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
389
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\TreeView.cs (1)
435
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\TreeViewItem.cs (1)
975
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
961
case NotifyCollectionChangedAction.
Move
:
1134
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\VirtualizingPanel.cs (1)
514
case NotifyCollectionChangedAction.
Move
:
System\Windows\Controls\VirtualizingStackPanel.cs (2)
3583
case NotifyCollectionChangedAction.
Move
:
3661
case NotifyCollectionChangedAction.
Move
:
System\Windows\Data\BindingGroup.cs (1)
1310
case NotifyCollectionChangedAction.
Move
:
System\Windows\Data\BindingListCollectionView.cs (7)
482
NotifyCollectionChangedAction.
Move
,
504
NotifyCollectionChangedAction.
Move
,
785
result = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, newItem, toIndex, fromIndex);
1537
case NotifyCollectionChangedAction.
Move
:
1820
case NotifyCollectionChangedAction.
Move
:
1973
forwardedArgs = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.
Move
, item, index+delta, args.OldIndex+delta);
2447
case NotifyCollectionChangedAction.
Move
:
System\Windows\Data\CollectionView.cs (3)
920
args.Action != NotifyCollectionChangedAction.
Move
)
1104
case NotifyCollectionChangedAction.
Move
:
1967
case NotifyCollectionChangedAction.
Move
:
System\Windows\Data\ListCollectionView.cs (11)
595
NotifyCollectionChangedAction.
Move
,
617
NotifyCollectionChangedAction.
Move
,
890
NotifyCollectionChangedAction.
Move
,
1257
NotifyCollectionChangedAction.
Move
,
1776
case NotifyCollectionChangedAction.
Move
:
1834
else if (effectiveAction == NotifyCollectionChangedAction.
Move
)
1852
effectiveAction = NotifyCollectionChangedAction.
Move
;
1982
case NotifyCollectionChangedAction.
Move
:
2400
case NotifyCollectionChangedAction.
Move
:
2514
case NotifyCollectionChangedAction.
Move
:
3112
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)
57
case NotifyCollectionChangedAction.
Move
:
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1090
e.Action == NotifyCollectionChangedAction.
Move
||
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2421
case NotifyCollectionChangedAction.
Move
:
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
589
case NotifyCollectionChangedAction.
Move
: