2 writes to _index
PresentationFramework (2)
MS\Internal\Data\CompositeCollectionView.cs (2)
1532if (++_index < _collection.Count) 1585_index = -1;
2 references to _index
PresentationFramework (2)
MS\Internal\Data\CompositeCollectionView.cs (2)
1534object item = _collection[_index]; 1567if (_index < 0)