1 write to _collection
PresentationFramework (1)
MS\Internal\Data\CompositeCollectionView.cs (1)
1491
_collection
= collection;
2 references to _collection
PresentationFramework (2)
MS\Internal\Data\CompositeCollectionView.cs (2)
1517
if (++_index <
_collection
.Count)
1519
object item =
_collection
[_index];