1 write to _collection
PresentationCore (1)
System\Windows\Media\VisualCollection.cs (1)
930_collection = collection;
7 references to _collection
PresentationCore (7)
System\Windows\Media\VisualCollection.cs (7)
932_version = _collection.Version; 941_collection.VerifyAPIReadOnly(); 943if (_version == _collection.Version) 945if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 948_currentElement = _collection[_index]; 1013_collection.VerifyAPIReadOnly(); 1015if (_version != _collection.Version)