1 write to _collection
PresentationFramework (1)
MS\Internal\Documents\ContentElementCollection.cs (1)
314_collection = collection;
9 references to _collection
PresentationFramework (9)
MS\Internal\Documents\ContentElementCollection.cs (9)
316Version = _collection.Version; 322if (Version != _collection.Version) 327if (_index < (_collection.Size - 1)) 330_currentElement = _collection[_index]; 335_currentElement = _collection; 336_index = _collection.Size; 345if (_currentElement == _collection) 374if (Version != _collection.Version) 378_currentElement = _collection;