9 writes to _collection
PresentationCore (9)
Core\CSharp\System\Windows\Media\Generated\PointCollection.cs (9)
566_collection = new FrugalStructList<Point>(count); 585_collection = new FrugalStructList<Point>(count); 604_collection = new FrugalStructList<Point>(count); 623_collection = new FrugalStructList<Point>(count); 940_collection = new FrugalStructList<Point>(); 949_collection = new FrugalStructList<Point>(capacity); 970_collection = new FrugalStructList<Point>(icollectionOfT); 978_collection = new FrugalStructList<Point>(icollection); 982_collection = new FrugalStructList<Point>();
35 references to _collection
PresentationCore (35)
Core\CSharp\System\Windows\Media\Generated\PointCollection.cs (35)
111_collection.Clear(); 124return _collection.Contains(value); 134return _collection.IndexOf(value); 145_collection.Insert(index, value); 163_collection.RemoveAt(index); 199_collection.RemoveAt(index); 217return _collection[index]; 224_collection[ index ] = value; 245return _collection.Count; 264if (index < 0 || (index + _collection.Count) > array.Length) 269_collection.CopyTo(array, index); 392if (index < 0 || (index + _collection.Count) > array.Length) 406int count = _collection.Count; 409array.SetValue(_collection[i], index + i); 472return _collection[i]; 516index = _collection.Add(value); 564int count = sourcePointCollection._collection.Count; 570_collection.Add(sourcePointCollection._collection[i]); 583int count = sourcePointCollection._collection.Count; 589_collection.Add(sourcePointCollection._collection[i]); 602int count = sourcePointCollection._collection.Count; 608_collection.Add(sourcePointCollection._collection[i]); 621int count = sourcePointCollection._collection.Count; 627_collection.Add(sourcePointCollection._collection[i]); 717if (_collection.Count == 0) 728for (int i=0; i<_collection.Count; i++) 733_collection[i]); 735if (i != _collection.Count-1) 840if (_index > -2 && _index < _list._collection.Count - 1) 842_current = _list._collection[++_index]; 987_collection.Add(item);