9 writes to _collection
PresentationCore (9)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (9)
587_collection = new FrugalStructList<GeneralTransform3D>(count); 609_collection = new FrugalStructList<GeneralTransform3D>(count); 631_collection = new FrugalStructList<GeneralTransform3D>(count); 653_collection = new FrugalStructList<GeneralTransform3D>(count); 883_collection = new FrugalStructList<GeneralTransform3D>(); 892_collection = new FrugalStructList<GeneralTransform3D>(capacity); 913_collection = new FrugalStructList<GeneralTransform3D>(icollectionOfT); 921_collection = new FrugalStructList<GeneralTransform3D>(icollection); 925_collection = new FrugalStructList<GeneralTransform3D>();
45 references to _collection
PresentationCore (45)
System\Windows\Media3D\GeneralTransform3DGroup.cs (4)
49if (children._collection[i].TryTransform(inPoint, out result) == false) 80result = children._collection[i].TransformBounds(result); 104GeneralTransform3D g = children._collection[i].Inverse; 136Transform3D t = children._collection[i].AffineTransform;
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (41)
87for (int i = _collection.Count - 1; i >= 0; i--) 89OnFreezablePropertyChanged(/* oldValue = */ _collection[i], /* newValue = */ null); 92_collection.Clear(); 94Debug.Assert(_collection.Count == 0); 107return _collection.Contains(value); 117return _collection.IndexOf(value); 134_collection.Insert(index, value); 161GeneralTransform3D oldValue = _collection[index]; 165_collection.RemoveAt(index); 205GeneralTransform3D oldValue = _collection[ index ]; 209_collection.RemoveAt(index); 229return _collection[index]; 240if (!Object.ReferenceEquals(_collection[ index ], value)) 243GeneralTransform3D oldValue = _collection[ index ]; 246_collection[ index ] = value; 270return _collection.Count; 287ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 289_collection.CopyTo(array, index); 397ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 408int count = _collection.Count; 411array.SetValue(_collection[i], index + i); 474return _collection[i]; 487DependencyObject inheritanceChild = _collection[i]; 536index = _collection.Add(newValue); 585int count = sourceGeneralTransform3DCollection._collection.Count; 591GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].Clone(); 593_collection.Add(newValue); 607int count = sourceGeneralTransform3DCollection._collection.Count; 613GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].CloneCurrentValue(); 615_collection.Add(newValue); 629int count = sourceGeneralTransform3DCollection._collection.Count; 635GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].GetAsFrozen(); 637_collection.Add(newValue); 651int count = sourceGeneralTransform3DCollection._collection.Count; 657GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].GetCurrentValueAsFrozen(); 659_collection.Add(newValue); 671int count = _collection.Count; 674canFreeze &= Freezable.Freeze(_collection[i], isChecking); 783if (_index > -2 && _index < _list._collection.Count - 1) 785_current = _list._collection[++_index]; 935_collection.Add(newValue);