9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\DoubleCollection.cs (9)
521_collection = new FrugalStructList<double>(count); 539_collection = new FrugalStructList<double>(count); 557_collection = new FrugalStructList<double>(count); 575_collection = new FrugalStructList<double>(count); 887_collection = new FrugalStructList<double>(); 896_collection = new FrugalStructList<double>(capacity); 916_collection = new FrugalStructList<double>(icollectionOfT); 924_collection = new FrugalStructList<double>(icollection); 928_collection = new FrugalStructList<double>();
36 references to _collection
PresentationCore (36)
System\Windows\Media\DashStyle.cs (1)
78dashArray = vDashes._collection.ToArray();
System\Windows\Media\Generated\DoubleCollection.cs (35)
83_collection.Clear(); 96return _collection.Contains(value); 106return _collection.IndexOf(value); 115_collection.Insert(index, value); 133_collection.RemoveAt(index); 169_collection.RemoveAt(index); 187return _collection[index]; 192_collection[ index ] = value; 213return _collection.Count; 230ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 232_collection.CopyTo(array, index); 353ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 364int count = _collection.Count; 367array.SetValue(_collection[i], index + i); 430return _collection[i]; 471index = _collection.Add(value); 519int count = sourceDoubleCollection._collection.Count; 525_collection.Add(sourceDoubleCollection._collection[i]); 537int count = sourceDoubleCollection._collection.Count; 543_collection.Add(sourceDoubleCollection._collection[i]); 555int count = sourceDoubleCollection._collection.Count; 561_collection.Add(sourceDoubleCollection._collection[i]); 573int count = sourceDoubleCollection._collection.Count; 579_collection.Add(sourceDoubleCollection._collection[i]); 667if (_collection.Count == 0) 678for (int i=0; i<_collection.Count; i++) 683_collection[i]); 685if (i != _collection.Count-1) 787if (_index > -2 && _index < _list._collection.Count - 1) 789_current = _list._collection[++_index]; 932_collection.Add(item);