6 references to SetCurrent
PresentationFramework (6)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
59
SetCurrent
(GetItem(currentPosition, out _currentPositionX, out _currentPositionY), currentPosition, count);
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (2)
54
SetCurrent
(_snapshot[0], 0, 1);
58
SetCurrent
(null, -1, 0);
src\Framework\System\Windows\Data\CollectionView.cs (1)
961
SetCurrent
(newItem, newPosition, count);
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
74
SetCurrent
(null, -1, 0);
78
SetCurrent
(InternalList[0], 0, 1);