9 writes to _collection
PresentationCore (9)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (9)
586_collection = new FrugalStructList<GeneralTransform3D>(count); 608_collection = new FrugalStructList<GeneralTransform3D>(count); 630_collection = new FrugalStructList<GeneralTransform3D>(count); 652_collection = new FrugalStructList<GeneralTransform3D>(count); 882_collection = new FrugalStructList<GeneralTransform3D>(); 891_collection = new FrugalStructList<GeneralTransform3D>(capacity); 912_collection = new FrugalStructList<GeneralTransform3D>(icollectionOfT); 920_collection = new FrugalStructList<GeneralTransform3D>(icollection); 924_collection = new FrugalStructList<GeneralTransform3D>();
45 references to _collection
PresentationCore (45)
System\Windows\Media3D\GeneralTransform3DGroup.cs (4)
48if (children._collection[i].TryTransform(inPoint, out result) == false) 79result = children._collection[i].TransformBounds(result); 103GeneralTransform3D g = children._collection[i].Inverse; 135Transform3D t = children._collection[i].AffineTransform;
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (41)
86for (int i = _collection.Count - 1; i >= 0; i--) 88OnFreezablePropertyChanged(/* oldValue = */ _collection[i], /* newValue = */ null); 91_collection.Clear(); 93Debug.Assert(_collection.Count == 0); 106return _collection.Contains(value); 116return _collection.IndexOf(value); 133_collection.Insert(index, value); 160GeneralTransform3D oldValue = _collection[index]; 164_collection.RemoveAt(index); 204GeneralTransform3D oldValue = _collection[ index ]; 208_collection.RemoveAt(index); 228return _collection[index]; 239if (!Object.ReferenceEquals(_collection[ index ], value)) 242GeneralTransform3D oldValue = _collection[ index ]; 245_collection[ index ] = value; 269return _collection.Count; 286ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 288_collection.CopyTo(array, index); 396ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 407int count = _collection.Count; 410array.SetValue(_collection[i], index + i); 473return _collection[i]; 486DependencyObject inheritanceChild = _collection[i]; 535index = _collection.Add(newValue); 584int count = sourceGeneralTransform3DCollection._collection.Count; 590GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].Clone(); 592_collection.Add(newValue); 606int count = sourceGeneralTransform3DCollection._collection.Count; 612GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].CloneCurrentValue(); 614_collection.Add(newValue); 628int count = sourceGeneralTransform3DCollection._collection.Count; 634GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].GetAsFrozen(); 636_collection.Add(newValue); 650int count = sourceGeneralTransform3DCollection._collection.Count; 656GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection._collection[i].GetCurrentValueAsFrozen(); 658_collection.Add(newValue); 670int count = _collection.Count; 673canFreeze &= Freezable.Freeze(_collection[i], isChecking); 782if (_index > -2 && _index < _list._collection.Count - 1) 784_current = _list._collection[++_index]; 934_collection.Add(newValue);