1 write to _collection
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
323_collection = collection;
9 references to _collection
PresentationFramework (9)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (9)
325Version = _collection.Version; 331if (Version != _collection.Version) 336if (_index < (_collection.Size - 1)) 339_currentElement = _collection[_index]; 344_currentElement = _collection; 345_index = _collection.Size; 354if (_currentElement == _collection) 383if (Version != _collection.Version) 387_currentElement = _collection;