2 overrides of MoveItem
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
99
protected override void
MoveItem
(int oldIndex, int newIndex)
src\Framework\System\Windows\Controls\SelectedItemCollection.cs (1)
131
protected override void
MoveItem
(int oldIndex, int newIndex)
3 references to MoveItem
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (1)
105
base.
MoveItem
(oldIndex, newIndex);
src\Framework\System\Windows\Controls\SelectedItemCollection.cs (1)
143
base.
MoveItem
(oldIndex, newIndex);
System (1)
compmod\system\collections\objectmodel\observablecollection.cs (1)
121
MoveItem
(oldIndex, newIndex);