2 writes to _index
PresentationFramework (2)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (2)
1552if (++_index < _collection.Count) 1605_index = -1;
2 references to _index
PresentationFramework (2)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (2)
1554object item = _collection[_index]; 1587if (_index < 0)