1 write to _collection
PresentationCore (1)
System\Windows\Media\VisualCollection.cs (1)
890_collection = collection;
7 references to _collection
PresentationCore (7)
System\Windows\Media\VisualCollection.cs (7)
892_version = _collection.Version; 901_collection.VerifyAPIReadOnly(); 903if (_version == _collection.Version) 905if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 908_currentElement = _collection[_index]; 967_collection.VerifyAPIReadOnly(); 969if (_version != _collection.Version)