9 writes to _collection
PresentationCore (9)
System\Windows\Media\Animation\Generated\TimelineCollection.cs (9)
606_collection = new FrugalStructList<Timeline>(count); 628_collection = new FrugalStructList<Timeline>(count); 650_collection = new FrugalStructList<Timeline>(count); 672_collection = new FrugalStructList<Timeline>(count); 902_collection = new FrugalStructList<Timeline>(); 911_collection = new FrugalStructList<Timeline>(capacity); 932_collection = new FrugalStructList<Timeline>(icollectionOfT); 940_collection = new FrugalStructList<Timeline>(icollection); 944_collection = new FrugalStructList<Timeline>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Animation\Generated\TimelineCollection.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); 180Timeline oldValue = _collection[index]; 184_collection.RemoveAt(index); 224Timeline oldValue = _collection[ index ]; 228_collection.RemoveAt(index); 248return _collection[index]; 259if (!Object.ReferenceEquals(_collection[ index ], value)) 262Timeline oldValue = _collection[ index ]; 265_collection[ index ] = value; 289return _collection.Count; 306ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 308_collection.CopyTo(array, index); 416ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 427int count = _collection.Count; 430array.SetValue(_collection[i], index + i); 493return _collection[i]; 506DependencyObject inheritanceChild = _collection[i]; 555index = _collection.Add(newValue); 604int count = sourceTimelineCollection._collection.Count; 610Timeline newValue = (Timeline) sourceTimelineCollection._collection[i].Clone(); 612_collection.Add(newValue); 626int count = sourceTimelineCollection._collection.Count; 632Timeline newValue = (Timeline) sourceTimelineCollection._collection[i].CloneCurrentValue(); 634_collection.Add(newValue); 648int count = sourceTimelineCollection._collection.Count; 654Timeline newValue = (Timeline) sourceTimelineCollection._collection[i].GetAsFrozen(); 656_collection.Add(newValue); 670int count = sourceTimelineCollection._collection.Count; 676Timeline newValue = (Timeline) sourceTimelineCollection._collection[i].GetCurrentValueAsFrozen(); 678_collection.Add(newValue); 690int count = _collection.Count; 693canFreeze &= Freezable.Freeze(_collection[i], isChecking); 802if (_index > -2 && _index < _list._collection.Count - 1) 804_current = _list._collection[++_index]; 954_collection.Add(newValue);