1 write to _collection
PresentationFramework (1)
MS\Internal\Documents\ContentElementCollection.cs (1)
308_collection = collection;
9 references to _collection
PresentationFramework (9)
MS\Internal\Documents\ContentElementCollection.cs (9)
310Version = _collection.Version; 316if (Version != _collection.Version) 321if (_index < (_collection.Size - 1)) 324_currentElement = _collection[_index]; 329_currentElement = _collection; 330_index = _collection.Size; 339if (_currentElement == _collection) 368if (Version != _collection.Version) 372_currentElement = _collection;