1 write to _collection
PresentationCore (1)
System\Windows\Media\VisualCollection.cs (1)
916_collection = collection;
7 references to _collection
PresentationCore (7)
System\Windows\Media\VisualCollection.cs (7)
918_version = _collection.Version; 927_collection.VerifyAPIReadOnly(); 929if (_version == _collection.Version) 931if ((_index > -2) && (_index < (_collection.InternalCount - 1))) 934_currentElement = _collection[_index]; 999_collection.VerifyAPIReadOnly(); 1001if (_version != _collection.Version)