9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\DoubleCollection.cs (9)
532_collection = new FrugalStructList<double>(count); 551_collection = new FrugalStructList<double>(count); 570_collection = new FrugalStructList<double>(count); 589_collection = new FrugalStructList<double>(count); 903_collection = new FrugalStructList<double>(); 912_collection = new FrugalStructList<double>(capacity); 933_collection = new FrugalStructList<double>(icollectionOfT); 941_collection = new FrugalStructList<double>(icollection); 945_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)
90_collection.Clear(); 103return _collection.Contains(value); 113return _collection.IndexOf(value); 124_collection.Insert(index, value); 142_collection.RemoveAt(index); 178_collection.RemoveAt(index); 196return _collection[index]; 203_collection[ index ] = value; 224return _collection.Count; 241ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 243_collection.CopyTo(array, index); 364ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 375int count = _collection.Count; 378array.SetValue(_collection[i], index + i); 441return _collection[i]; 482index = _collection.Add(value); 530int count = sourceDoubleCollection._collection.Count; 536_collection.Add(sourceDoubleCollection._collection[i]); 549int count = sourceDoubleCollection._collection.Count; 555_collection.Add(sourceDoubleCollection._collection[i]); 568int count = sourceDoubleCollection._collection.Count; 574_collection.Add(sourceDoubleCollection._collection[i]); 587int count = sourceDoubleCollection._collection.Count; 593_collection.Add(sourceDoubleCollection._collection[i]); 682if (_collection.Count == 0) 693for (int i=0; i<_collection.Count; i++) 698_collection[i]); 700if (i != _collection.Count-1) 803if (_index > -2 && _index < _list._collection.Count - 1) 805_current = _list._collection[++_index]; 950_collection.Add(item);