1 write to _collection
PresentationCore (1)
Core\CSharp\System\Windows\Media\VisualCollection.cs (1)
960_collection = collection;
7 references to _collection
PresentationCore (7)
Core\CSharp\System\Windows\Media\VisualCollection.cs (7)
962_version = _collection.Version; 971_collection.VerifyAPIReadOnly(); 973if (_version == _collection.Version) 975if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 978_currentElement = _collection[_index]; 1043_collection.VerifyAPIReadOnly(); 1045if (_version != _collection.Version)