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