9 writes to _collection
PresentationCore (9)
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (9)
619_collection = new FrugalStructList<GeneralTransform3D>(count); 641_collection = new FrugalStructList<GeneralTransform3D>(count); 663_collection = new FrugalStructList<GeneralTransform3D>(count); 685_collection = new FrugalStructList<GeneralTransform3D>(count); 915_collection = new FrugalStructList<GeneralTransform3D>(); 924_collection = new FrugalStructList<GeneralTransform3D>(capacity); 945_collection = new FrugalStructList<GeneralTransform3D>(icollectionOfT); 953_collection = new FrugalStructList<GeneralTransform3D>(icollection); 957_collection = new FrugalStructList<GeneralTransform3D>();
45 references to _collection
PresentationCore (45)
Core\CSharp\System\Windows\Media3D\GeneralTransform3DGroup.cs (4)
69if (children._collection[i].TryTransform(inPoint, out result) == false) 100result = children._collection[i].TransformBounds(result); 124GeneralTransform3D g = children._collection[i].Inverse; 157Transform3D t = children._collection[i].AffineTransform;
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (41)
106for (int i = _collection.Count - 1; i >= 0; i--) 108OnFreezablePropertyChanged(/* oldValue = */ _collection[i], /* newValue = */ null); 111_collection.Clear(); 113Debug.Assert(_collection.Count == 0); 126return _collection.Contains(value); 136return _collection.IndexOf(value); 153_collection.Insert(index, value); 180GeneralTransform3D oldValue = _collection[index]; 184_collection.RemoveAt(index); 224GeneralTransform3D oldValue = _collection[ index ]; 228_collection.RemoveAt(index); 248return _collection[index]; 259if (!Object.ReferenceEquals(_collection[ index ], value)) 262GeneralTransform3D oldValue = _collection[ index ]; 265_collection[ index ] = value; 289return _collection.Count; 308if (index < 0 || (index + _collection.Count) > array.Length) 313_collection.CopyTo(array, index); 423if (index < 0 || (index + _collection.Count) > array.Length) 437int count = _collection.Count; 440array.SetValue(_collection[i], index + i); 503return _collection[i]; 516DependencyObject inheritanceChild = _collection[i]; 568index = _collection.Add(newValue); 617int count = sourceGeneralTransform3DCollection._collection.Count; 623GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].Clone(); 625_collection.Add(newValue); 639int count = sourceGeneralTransform3DCollection._collection.Count; 645GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].CloneCurrentValue(); 647_collection.Add(newValue); 661int count = sourceGeneralTransform3DCollection._collection.Count; 667GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].GetAsFrozen(); 669_collection.Add(newValue); 683int count = sourceGeneralTransform3DCollection._collection.Count; 689GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].GetCurrentValueAsFrozen(); 691_collection.Add(newValue); 703int count = _collection.Count; 706canFreeze &= Freezable.Freeze(_collection[i], isChecking); 815if (_index > -2 && _index < _list._collection.Count - 1) 817_current = _list._collection[++_index]; 967_collection.Add(newValue);