71 references to Move
PresentationCore (1)
Core\CSharp\System\Windows\FreezableCollection.cs (1)
778action != NotifyCollectionChangedAction.Move)
PresentationFramework (59)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
656OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, item, newIndex, oldIndex));
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (3)
558case NotifyCollectionChangedAction.Move: 786case NotifyCollectionChangedAction.Move: 1483case NotifyCollectionChangedAction.Move:
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
449case NotifyCollectionChangedAction.Move:
src\Framework\MS\Internal\Data\LiveShapingTree.cs (1)
73RaiseMoveEvent(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move,
src\Framework\System\Windows\Annotations\Annotation.cs (3)
753case NotifyCollectionChangedAction.Move: 807case NotifyCollectionChangedAction.Move: 856case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\DataGrid.cs (3)
271if (visibleColumnsChanged && e.Action != NotifyCollectionChangedAction.Move) 7324case NotifyCollectionChangedAction.Move: 7457case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (1)
2065case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (3)
102case NotifyCollectionChangedAction.Move: 393DataGridOwner.UpdateColumnsOnVirtualizedCellInfoCollections(NotifyCollectionChangedAction.Move, oldDisplayIndex, null, newDisplayIndex); 405DataGridOwner.UpdateColumnsOnVirtualizedCellInfoCollections(NotifyCollectionChangedAction.Move, oldColumnIndex, null, newColumnIndex);
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
223case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
269return new GridViewColumnCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, _columns[actualIndex], newIndex, oldIndex, actualIndex);
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
699case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
371if (e.Action == NotifyCollectionChangedAction.Move)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
2232case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
2432case NotifyCollectionChangedAction.Move: 2746ItemsChanged(this, new ItemsChangedEventArgs(NotifyCollectionChangedAction.Move, position, oldPosition, 1, containerCount));
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
3686case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (2)
60case NotifyCollectionChangedAction.Move: 198OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, CopiedItem, newIndex, oldIndex));
src\Framework\System\Windows\Controls\Panel.cs (1)
709case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
930case NotifyCollectionChangedAction.Move: 1208case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
401case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\TreeView.cs (1)
442case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
997case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
969case NotifyCollectionChangedAction.Move: 1142case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (1)
570case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
3538case NotifyCollectionChangedAction.Move: 3616case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1341case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Data\BindingListCollectionView.cs (7)
495NotifyCollectionChangedAction.Move, 517NotifyCollectionChangedAction.Move, 807result = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, newItem, toIndex, fromIndex); 1565case NotifyCollectionChangedAction.Move: 1848case NotifyCollectionChangedAction.Move: 2001forwardedArgs = new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, item, index+delta, args.OldIndex+delta); 2476case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Data\CollectionView.cs (3)
938args.Action != NotifyCollectionChangedAction.Move) 1123case NotifyCollectionChangedAction.Move: 2012case NotifyCollectionChangedAction.Move:
src\Framework\System\Windows\Data\ListCollectionView.cs (11)
610NotifyCollectionChangedAction.Move, 632NotifyCollectionChangedAction.Move, 911NotifyCollectionChangedAction.Move, 1287NotifyCollectionChangedAction.Move, 1810case NotifyCollectionChangedAction.Move: 1868else if (effectiveAction == NotifyCollectionChangedAction.Move) 1886effectiveAction = NotifyCollectionChangedAction.Move; 2016case NotifyCollectionChangedAction.Move: 2436case NotifyCollectionChangedAction.Move: 2552case NotifyCollectionChangedAction.Move: 3150new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move,
System (5)
compmod\system\collections\objectmodel\observablecollection.cs (1)
248OnCollectionChanged(NotifyCollectionChangedAction.Move, removedItem, newIndex, oldIndex);
compmod\system\collections\specialized\notifycollectionchangedeventargs.cs (4)
261if (action != NotifyCollectionChangedAction.Move) 262throw new ArgumentException(SR.GetString(SR.WrongActionForCtor, NotifyCollectionChangedAction.Move), "action"); 279if (action != NotifyCollectionChangedAction.Move) 280throw new ArgumentException(SR.GetString(SR.WrongActionForCtor, NotifyCollectionChangedAction.Move), "action");
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
247if (e.Action == NotifyCollectionChangedAction.Move)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (2)
388NotifyCollectionChangedAction.Move, currentIndexer.PropertyValue, newIndex, currentIndex)); 461case NotifyCollectionChangedAction.Move:
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (2)
388NotifyCollectionChangedAction.Move, currentIndexer.PropertyValue, newIndex, currentIndex)); 461case NotifyCollectionChangedAction.Move:
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingObserver.cs (1)
349case NotifyCollectionChangedAction.Move: