1 write to _collection
PresentationFramework (1)
MS\Internal\Documents\ContentElementCollection.cs (1)
309_collection = collection;
9 references to _collection
PresentationFramework (9)
MS\Internal\Documents\ContentElementCollection.cs (9)
311Version = _collection.Version; 317if (Version != _collection.Version) 322if (_index < (_collection.Size - 1)) 325_currentElement = _collection[_index]; 330_currentElement = _collection; 331_index = _collection.Size; 340if (_currentElement == _collection) 369if (Version != _collection.Version) 373_currentElement = _collection;