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