1 write to _collection
PresentationFramework (1)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
1526_collection = collection;
2 references to _collection
PresentationFramework (2)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (2)
1552if (++_index < _collection.Count) 1554object item = _collection[_index];