9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\PointCollection.cs (9)
532_collection = new FrugalStructList<Point>(count); 551_collection = new FrugalStructList<Point>(count); 570_collection = new FrugalStructList<Point>(count); 589_collection = new FrugalStructList<Point>(count); 905_collection = new FrugalStructList<Point>(); 914_collection = new FrugalStructList<Point>(capacity); 935_collection = new FrugalStructList<Point>(icollectionOfT); 943_collection = new FrugalStructList<Point>(icollection); 947_collection = new FrugalStructList<Point>();
35 references to _collection
PresentationCore (35)
System\Windows\Media\Generated\PointCollection.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 = sourcePointCollection._collection.Count; 536_collection.Add(sourcePointCollection._collection[i]); 549int count = sourcePointCollection._collection.Count; 555_collection.Add(sourcePointCollection._collection[i]); 568int count = sourcePointCollection._collection.Count; 574_collection.Add(sourcePointCollection._collection[i]); 587int count = sourcePointCollection._collection.Count; 593_collection.Add(sourcePointCollection._collection[i]); 682if (_collection.Count == 0) 693for (int i=0; i<_collection.Count; i++) 698_collection[i]); 700if (i != _collection.Count-1) 805if (_index > -2 && _index < _list._collection.Count - 1) 807_current = _list._collection[++_index]; 952_collection.Add(item);