9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\DoubleCollection.cs (9)
531_collection = new FrugalStructList<double>(count); 550_collection = new FrugalStructList<double>(count); 569_collection = new FrugalStructList<double>(count); 588_collection = new FrugalStructList<double>(count); 902_collection = new FrugalStructList<double>(); 911_collection = new FrugalStructList<double>(capacity); 932_collection = new FrugalStructList<double>(icollectionOfT); 940_collection = new FrugalStructList<double>(icollection); 944_collection = new FrugalStructList<double>();
36 references to _collection
PresentationCore (36)
System\Windows\Media\DashStyle.cs (1)
77dashArray = vDashes._collection.ToArray();
System\Windows\Media\Generated\DoubleCollection.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 = sourceDoubleCollection._collection.Count; 535_collection.Add(sourceDoubleCollection._collection[i]); 548int count = sourceDoubleCollection._collection.Count; 554_collection.Add(sourceDoubleCollection._collection[i]); 567int count = sourceDoubleCollection._collection.Count; 573_collection.Add(sourceDoubleCollection._collection[i]); 586int count = sourceDoubleCollection._collection.Count; 592_collection.Add(sourceDoubleCollection._collection[i]); 681if (_collection.Count == 0) 692for (int i=0; i<_collection.Count; i++) 697_collection[i]); 699if (i != _collection.Count-1) 802if (_index > -2 && _index < _list._collection.Count - 1) 804_current = _list._collection[++_index]; 949_collection.Add(item);