1 write to _collection
PresentationCore (1)
System\Windows\Media\VisualCollection.cs (1)
906_collection = collection;
7 references to _collection
PresentationCore (7)
System\Windows\Media\VisualCollection.cs (7)
908_version = _collection.Version; 917_collection.VerifyAPIReadOnly(); 919if (_version == _collection.Version) 921if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 924_currentElement = _collection[_index]; 983_collection.VerifyAPIReadOnly(); 985if (_version != _collection.Version)