9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\GeneralTransformCollection.cs (9)
604_collection = new FrugalStructList<GeneralTransform>(count); 624_collection = new FrugalStructList<GeneralTransform>(count); 644_collection = new FrugalStructList<GeneralTransform>(count); 664_collection = new FrugalStructList<GeneralTransform>(count); 891_collection = new FrugalStructList<GeneralTransform>(); 900_collection = new FrugalStructList<GeneralTransform>(capacity); 921_collection = new FrugalStructList<GeneralTransform>(icollectionOfT); 929_collection = new FrugalStructList<GeneralTransform>(icollection); 933_collection = new FrugalStructList<GeneralTransform>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Generated\GeneralTransformCollection.cs (41)
107for (int i = _collection.Count - 1; i >= 0; i--) 109OnFreezablePropertyChanged(/* oldValue = */ _collection[i], /* newValue = */ null); 112_collection.Clear(); 114Debug.Assert(_collection.Count == 0); 127return _collection.Contains(value); 137return _collection.IndexOf(value); 154_collection.Insert(index, value); 181GeneralTransform oldValue = _collection[index]; 185_collection.RemoveAt(index); 225GeneralTransform oldValue = _collection[ index ]; 229_collection.RemoveAt(index); 249return _collection[index]; 260if (!Object.ReferenceEquals(_collection[ index ], value)) 262GeneralTransform oldValue = _collection[ index ]; 265_collection[ index ] = value; 287return _collection.Count; 304ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 306_collection.CopyTo(array, index); 414ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 425int count = _collection.Count; 428array.SetValue(_collection[i], index + i); 491return _collection[i]; 504DependencyObject inheritanceChild = _collection[i]; 553index = _collection.Add(newValue); 602int count = sourceGeneralTransformCollection._collection.Count; 608GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection._collection[i].Clone(); 610_collection.Add(newValue); 622int count = sourceGeneralTransformCollection._collection.Count; 628GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection._collection[i].CloneCurrentValue(); 630_collection.Add(newValue); 642int count = sourceGeneralTransformCollection._collection.Count; 648GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection._collection[i].GetAsFrozen(); 650_collection.Add(newValue); 662int count = sourceGeneralTransformCollection._collection.Count; 668GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection._collection[i].GetCurrentValueAsFrozen(); 670_collection.Add(newValue); 680int count = _collection.Count; 683canFreeze &= Freezable.Freeze(_collection[i], isChecking); 791if (_index > -2 && _index < _list._collection.Count - 1) 793_current = _list._collection[++_index]; 943_collection.Add(newValue);