10 writes to _collection
PresentationCore (10)
System\Windows\Media3D\Generated\Model3DCollection.cs (10)
95_collection = new FrugalStructList<Model3D>(_collection.Capacity); 621_collection = new FrugalStructList<Model3D>(count); 643_collection = new FrugalStructList<Model3D>(count); 665_collection = new FrugalStructList<Model3D>(count); 687_collection = new FrugalStructList<Model3D>(count); 917_collection = new FrugalStructList<Model3D>(); 926_collection = new FrugalStructList<Model3D>(capacity); 947_collection = new FrugalStructList<Model3D>(icollectionOfT); 955_collection = new FrugalStructList<Model3D>(icollection); 959_collection = new FrugalStructList<Model3D>();
39 references to _collection
PresentationCore (39)
System\Windows\Media3D\Generated\Model3DCollection.cs (39)
94FrugalStructList<Model3D> oldCollection = _collection; 95_collection = new FrugalStructList<Model3D>(_collection.Capacity); 118return _collection.Contains(value); 128return _collection.IndexOf(value); 145_collection.Insert(index, value); 172Model3D oldValue = _collection[index]; 176_collection.RemoveAt(index); 216Model3D oldValue = _collection[ index ]; 220_collection.RemoveAt(index); 240return _collection[index]; 251if (!Object.ReferenceEquals(_collection[ index ], value)) 254Model3D oldValue = _collection[ index ]; 257_collection[ index ] = value; 281return _collection.Count; 298ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 300_collection.CopyTo(array, index); 408ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 419int count = _collection.Count; 422array.SetValue(_collection[i], index + i); 485return _collection[i]; 498DependencyObject inheritanceChild = _collection[i]; 547index = _collection.Add(newValue); 619int count = sourceModel3DCollection._collection.Count; 625Model3D newValue = (Model3D) sourceModel3DCollection._collection[i].Clone(); 627_collection.Add(newValue); 641int count = sourceModel3DCollection._collection.Count; 647Model3D newValue = (Model3D) sourceModel3DCollection._collection[i].CloneCurrentValue(); 649_collection.Add(newValue); 663int count = sourceModel3DCollection._collection.Count; 669Model3D newValue = (Model3D) sourceModel3DCollection._collection[i].GetAsFrozen(); 671_collection.Add(newValue); 685int count = sourceModel3DCollection._collection.Count; 691Model3D newValue = (Model3D) sourceModel3DCollection._collection[i].GetCurrentValueAsFrozen(); 693_collection.Add(newValue); 705int count = _collection.Count; 708canFreeze &= Freezable.Freeze(_collection[i], isChecking); 817if (_index > -2 && _index < _list._collection.Count - 1) 819_current = _list._collection[++_index]; 969_collection.Add(newValue);