1 write to _collection
PresentationCore (1)
System\Windows\Media\VisualCollection.cs (1)
905_collection = collection;
7 references to _collection
PresentationCore (7)
System\Windows\Media\VisualCollection.cs (7)
907_version = _collection.Version; 916_collection.VerifyAPIReadOnly(); 918if (_version == _collection.Version) 920if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 923_currentElement = _collection[_index]; 982_collection.VerifyAPIReadOnly(); 984if (_version != _collection.Version)