9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\VectorCollection.cs (9)
531_collection = new FrugalStructList<Vector>(count); 550_collection = new FrugalStructList<Vector>(count); 569_collection = new FrugalStructList<Vector>(count); 588_collection = new FrugalStructList<Vector>(count); 904_collection = new FrugalStructList<Vector>(); 913_collection = new FrugalStructList<Vector>(capacity); 934_collection = new FrugalStructList<Vector>(icollectionOfT); 942_collection = new FrugalStructList<Vector>(icollection); 946_collection = new FrugalStructList<Vector>();
35 references to _collection
PresentationCore (35)
System\Windows\Media\Generated\VectorCollection.cs (35)
89_collection.Clear(); 102return _collection.Contains(value); 112return _collection.IndexOf(value); 123_collection.Insert(index, value); 141_collection.RemoveAt(index); 177_collection.RemoveAt(index); 195return _collection[index]; 202_collection[ index ] = value; 223return _collection.Count; 240ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 242_collection.CopyTo(array, index); 363ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 374int count = _collection.Count; 377array.SetValue(_collection[i], index + i); 440return _collection[i]; 481index = _collection.Add(value); 529int count = sourceVectorCollection._collection.Count; 535_collection.Add(sourceVectorCollection._collection[i]); 548int count = sourceVectorCollection._collection.Count; 554_collection.Add(sourceVectorCollection._collection[i]); 567int count = sourceVectorCollection._collection.Count; 573_collection.Add(sourceVectorCollection._collection[i]); 586int count = sourceVectorCollection._collection.Count; 592_collection.Add(sourceVectorCollection._collection[i]); 681if (_collection.Count == 0) 692for (int i=0; i<_collection.Count; i++) 697_collection[i]); 699if (i != _collection.Count-1) 804if (_index > -2 && _index < _list._collection.Count - 1) 806_current = _list._collection[++_index]; 951_collection.Add(item);