2 overrides of MoveItem
PresentationFramework (2)
System\Windows\Controls\GridViewColumnCollection.cs (1)
95
protected override void
MoveItem
(int oldIndex, int newIndex)
System\Windows\Controls\SelectedItemCollection.cs (1)
122
protected override void
MoveItem
(int oldIndex, int newIndex)
3 references to MoveItem
PresentationFramework (2)
System\Windows\Controls\GridViewColumnCollection.cs (1)
101
base.
MoveItem
(oldIndex, newIndex);
System\Windows\Controls\SelectedItemCollection.cs (1)
134
base.
MoveItem
(oldIndex, newIndex);
System.ObjectModel (1)
System\Collections\ObjectModel\ObservableCollection.cs (1)
68
public void Move(int oldIndex, int newIndex) =>
MoveItem
(oldIndex, newIndex);