9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\VectorCollection.cs (9)
520_collection = new FrugalStructList<Vector>(count); 538_collection = new FrugalStructList<Vector>(count); 556_collection = new FrugalStructList<Vector>(count); 574_collection = new FrugalStructList<Vector>(count); 888_collection = new FrugalStructList<Vector>(); 897_collection = new FrugalStructList<Vector>(capacity); 917_collection = new FrugalStructList<Vector>(icollectionOfT); 925_collection = new FrugalStructList<Vector>(icollection); 929_collection = new FrugalStructList<Vector>();
35 references to _collection
PresentationCore (35)
System\Windows\Media\Generated\VectorCollection.cs (35)
82_collection.Clear(); 95return _collection.Contains(value); 105return _collection.IndexOf(value); 114_collection.Insert(index, value); 132_collection.RemoveAt(index); 168_collection.RemoveAt(index); 186return _collection[index]; 191_collection[ index ] = value; 212return _collection.Count; 229ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 231_collection.CopyTo(array, index); 352ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 363int count = _collection.Count; 366array.SetValue(_collection[i], index + i); 429return _collection[i]; 470index = _collection.Add(value); 518int count = sourceVectorCollection._collection.Count; 524_collection.Add(sourceVectorCollection._collection[i]); 536int count = sourceVectorCollection._collection.Count; 542_collection.Add(sourceVectorCollection._collection[i]); 554int count = sourceVectorCollection._collection.Count; 560_collection.Add(sourceVectorCollection._collection[i]); 572int count = sourceVectorCollection._collection.Count; 578_collection.Add(sourceVectorCollection._collection[i]); 666if (_collection.Count == 0) 677for (int i=0; i<_collection.Count; i++) 682_collection[i]); 684if (i != _collection.Count-1) 788if (_index > -2 && _index < _list._collection.Count - 1) 790_current = _list._collection[++_index]; 933_collection.Add(item);