2 writes to _index
PresentationFramework (2)
MS\Internal\Data\CompositeCollectionView.cs (2)
1516if (++_index < _collection.Count) 1569_index = -1;
2 references to _index
PresentationFramework (2)
MS\Internal\Data\CompositeCollectionView.cs (2)
1518object item = _collection[_index]; 1551if (_index < 0)