9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\VectorCollection.cs (9)
546_collection = new FrugalStructList<Vector>(count); 564_collection = new FrugalStructList<Vector>(count); 582_collection = new FrugalStructList<Vector>(count); 600_collection = new FrugalStructList<Vector>(count); 914_collection = new FrugalStructList<Vector>(); 923_collection = new FrugalStructList<Vector>(capacity); 943_collection = new FrugalStructList<Vector>(icollectionOfT); 951_collection = new FrugalStructList<Vector>(icollection); 955_collection = new FrugalStructList<Vector>();
35 references to _collection
PresentationCore (35)
System\Windows\Media\Generated\VectorCollection.cs (35)
108_collection.Clear(); 121return _collection.Contains(value); 131return _collection.IndexOf(value); 140_collection.Insert(index, value); 158_collection.RemoveAt(index); 194_collection.RemoveAt(index); 212return _collection[index]; 217_collection[ index ] = value; 238return _collection.Count; 255ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 257_collection.CopyTo(array, index); 378ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 389int count = _collection.Count; 392array.SetValue(_collection[i], index + i); 455return _collection[i]; 496index = _collection.Add(value); 544int count = sourceVectorCollection._collection.Count; 550_collection.Add(sourceVectorCollection._collection[i]); 562int count = sourceVectorCollection._collection.Count; 568_collection.Add(sourceVectorCollection._collection[i]); 580int count = sourceVectorCollection._collection.Count; 586_collection.Add(sourceVectorCollection._collection[i]); 598int count = sourceVectorCollection._collection.Count; 604_collection.Add(sourceVectorCollection._collection[i]); 692if (_collection.Count == 0) 703for (int i=0; i<_collection.Count; i++) 708_collection[i]); 710if (i != _collection.Count-1) 814if (_index > -2 && _index < _list._collection.Count - 1) 816_current = _list._collection[++_index]; 959_collection.Add(item);