10 writes to _collection
PresentationCore (10)
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (10)
119_collection = new FrugalStructList<Transform>(_collection.Capacity); 658_collection = new FrugalStructList<Transform>(count); 680_collection = new FrugalStructList<Transform>(count); 702_collection = new FrugalStructList<Transform>(count); 724_collection = new FrugalStructList<Transform>(count); 954_collection = new FrugalStructList<Transform>(); 963_collection = new FrugalStructList<Transform>(capacity); 984_collection = new FrugalStructList<Transform>(icollectionOfT); 992_collection = new FrugalStructList<Transform>(icollection); 996_collection = new FrugalStructList<Transform>();
39 references to _collection
PresentationCore (39)
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (39)
118FrugalStructList<Transform> oldCollection = _collection; 119_collection = new FrugalStructList<Transform>(_collection.Capacity); 142return _collection.Contains(value); 152return _collection.IndexOf(value); 169_collection.Insert(index, value); 196Transform oldValue = _collection[index]; 200_collection.RemoveAt(index); 240Transform oldValue = _collection[ index ]; 244_collection.RemoveAt(index); 264return _collection[index]; 275if (!Object.ReferenceEquals(_collection[ index ], value)) 278Transform oldValue = _collection[ index ]; 281_collection[ index ] = value; 305return _collection.Count; 324if (index < 0 || (index + _collection.Count) > array.Length) 329_collection.CopyTo(array, index); 439if (index < 0 || (index + _collection.Count) > array.Length) 453int count = _collection.Count; 456array.SetValue(_collection[i], index + i); 519return _collection[i]; 532DependencyObject inheritanceChild = _collection[i]; 584index = _collection.Add(newValue); 656int count = sourceTransformCollection._collection.Count; 662Transform newValue = (Transform) sourceTransformCollection._collection[i].Clone(); 664_collection.Add(newValue); 678int count = sourceTransformCollection._collection.Count; 684Transform newValue = (Transform) sourceTransformCollection._collection[i].CloneCurrentValue(); 686_collection.Add(newValue); 700int count = sourceTransformCollection._collection.Count; 706Transform newValue = (Transform) sourceTransformCollection._collection[i].GetAsFrozen(); 708_collection.Add(newValue); 722int count = sourceTransformCollection._collection.Count; 728Transform newValue = (Transform) sourceTransformCollection._collection[i].GetCurrentValueAsFrozen(); 730_collection.Add(newValue); 742int count = _collection.Count; 745canFreeze &= Freezable.Freeze(_collection[i], isChecking); 854if (_index > -2 && _index < _list._collection.Count - 1) 856_current = _list._collection[++_index]; 1006_collection.Add(newValue);