9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\DoubleCollection.cs (9)
546_collection = new FrugalStructList<double>(count); 564_collection = new FrugalStructList<double>(count); 582_collection = new FrugalStructList<double>(count); 600_collection = new FrugalStructList<double>(count); 912_collection = new FrugalStructList<double>(); 921_collection = new FrugalStructList<double>(capacity); 941_collection = new FrugalStructList<double>(icollectionOfT); 949_collection = new FrugalStructList<double>(icollection); 953_collection = new FrugalStructList<double>();
36 references to _collection
PresentationCore (36)
System\Windows\Media\DashStyle.cs (1)
94dashArray = vDashes._collection.ToArray();
System\Windows\Media\Generated\DoubleCollection.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 = sourceDoubleCollection._collection.Count; 550_collection.Add(sourceDoubleCollection._collection[i]); 562int count = sourceDoubleCollection._collection.Count; 568_collection.Add(sourceDoubleCollection._collection[i]); 580int count = sourceDoubleCollection._collection.Count; 586_collection.Add(sourceDoubleCollection._collection[i]); 598int count = sourceDoubleCollection._collection.Count; 604_collection.Add(sourceDoubleCollection._collection[i]); 692if (_collection.Count == 0) 703for (int i=0; i<_collection.Count; i++) 708_collection[i]); 710if (i != _collection.Count-1) 812if (_index > -2 && _index < _list._collection.Count - 1) 814_current = _list._collection[++_index]; 957_collection.Add(item);