9 writes to _collection
PresentationCore (9)
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (9)
623_collection = new FrugalStructList<GradientStop>(count); 645_collection = new FrugalStructList<GradientStop>(count); 667_collection = new FrugalStructList<GradientStop>(count); 689_collection = new FrugalStructList<GradientStop>(count); 1023_collection = new FrugalStructList<GradientStop>(); 1032_collection = new FrugalStructList<GradientStop>(capacity); 1053_collection = new FrugalStructList<GradientStop>(icollectionOfT); 1061_collection = new FrugalStructList<GradientStop>(icollection); 1065_collection = new FrugalStructList<GradientStop>();
45 references to _collection
PresentationCore (45)
Core\CSharp\System\Windows\Media\Generated\GradientStopCollection.cs (45)
110for (int i = _collection.Count - 1; i >= 0; i--) 112OnFreezablePropertyChanged(/* oldValue = */ _collection[i], /* newValue = */ null); 115_collection.Clear(); 117Debug.Assert(_collection.Count == 0); 130return _collection.Contains(value); 140return _collection.IndexOf(value); 157_collection.Insert(index, value); 184GradientStop oldValue = _collection[index]; 188_collection.RemoveAt(index); 228GradientStop oldValue = _collection[ index ]; 232_collection.RemoveAt(index); 252return _collection[index]; 263if (!Object.ReferenceEquals(_collection[ index ], value)) 266GradientStop oldValue = _collection[ index ]; 269_collection[ index ] = value; 293return _collection.Count; 312if (index < 0 || (index + _collection.Count) > array.Length) 317_collection.CopyTo(array, index); 427if (index < 0 || (index + _collection.Count) > array.Length) 441int count = _collection.Count; 444array.SetValue(_collection[i], index + i); 507return _collection[i]; 520DependencyObject inheritanceChild = _collection[i]; 572index = _collection.Add(newValue); 621int count = sourceGradientStopCollection._collection.Count; 627GradientStop newValue = (GradientStop) sourceGradientStopCollection._collection[i].Clone(); 629_collection.Add(newValue); 643int count = sourceGradientStopCollection._collection.Count; 649GradientStop newValue = (GradientStop) sourceGradientStopCollection._collection[i].CloneCurrentValue(); 651_collection.Add(newValue); 665int count = sourceGradientStopCollection._collection.Count; 671GradientStop newValue = (GradientStop) sourceGradientStopCollection._collection[i].GetAsFrozen(); 673_collection.Add(newValue); 687int count = sourceGradientStopCollection._collection.Count; 693GradientStop newValue = (GradientStop) sourceGradientStopCollection._collection[i].GetCurrentValueAsFrozen(); 695_collection.Add(newValue); 707int count = _collection.Count; 710canFreeze &= Freezable.Freeze(_collection[i], isChecking); 800if (_collection.Count == 0) 811for (int i=0; i<_collection.Count; i++) 816_collection[i]); 818if (i != _collection.Count-1) 923if (_index > -2 && _index < _list._collection.Count - 1) 925_current = _list._collection[++_index]; 1075_collection.Add(newValue);