9 writes to _collection
PresentationCore (9)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (9)
600_collection = new FrugalStructList<GeneralTransform3D>(count); 620_collection = new FrugalStructList<GeneralTransform3D>(count); 640_collection = new FrugalStructList<GeneralTransform3D>(count); 660_collection = new FrugalStructList<GeneralTransform3D>(count); 887_collection = new FrugalStructList<GeneralTransform3D>(); 896_collection = new FrugalStructList<GeneralTransform3D>(capacity); 917_collection = new FrugalStructList<GeneralTransform3D>(icollectionOfT); 925_collection = new FrugalStructList<GeneralTransform3D>(icollection); 929_collection = new FrugalStructList<GeneralTransform3D>();
45 references to _collection
PresentationCore (45)
System\Windows\Media3D\GeneralTransform3DGroup.cs (4)
67if (children._collection[i].TryTransform(inPoint, out result) == false) 98result = children._collection[i].TransformBounds(result); 122GeneralTransform3D g = children._collection[i].Inverse; 155Transform3D t = children._collection[i].AffineTransform;
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (41)
103for (int i = _collection.Count - 1; i >= 0; i--) 105OnFreezablePropertyChanged(/* oldValue = */ _collection[i], /* newValue = */ null); 108_collection.Clear(); 110Debug.Assert(_collection.Count == 0); 123return _collection.Contains(value); 133return _collection.IndexOf(value); 150_collection.Insert(index, value); 177GeneralTransform3D oldValue = _collection[index]; 181_collection.RemoveAt(index); 221GeneralTransform3D oldValue = _collection[ index ]; 225_collection.RemoveAt(index); 245return _collection[index]; 256if (!Object.ReferenceEquals(_collection[ index ], value)) 258GeneralTransform3D oldValue = _collection[ index ]; 261_collection[ index ] = value; 283return _collection.Count; 300ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 302_collection.CopyTo(array, index); 410ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 421int count = _collection.Count; 424array.SetValue(_collection[i], index + i); 487return _collection[i]; 500DependencyObject inheritanceChild = _collection[i]; 549index = _collection.Add(newValue); 598int count = sourceGeneralTransform3DCollection._collection.Count; 604GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].Clone(); 606_collection.Add(newValue); 618int count = sourceGeneralTransform3DCollection._collection.Count; 624GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].CloneCurrentValue(); 626_collection.Add(newValue); 638int count = sourceGeneralTransform3DCollection._collection.Count; 644GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].GetAsFrozen(); 646_collection.Add(newValue); 658int count = sourceGeneralTransform3DCollection._collection.Count; 664GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].GetCurrentValueAsFrozen(); 666_collection.Add(newValue); 676int count = _collection.Count; 679canFreeze &= Freezable.Freeze(_collection[i], isChecking); 787if (_index > -2 && _index < _list._collection.Count - 1) 789_current = _list._collection[++_index]; 939_collection.Add(newValue);