9 writes to _collection
PresentationCore (9)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (9)
621_collection = new FrugalStructList<BitmapEffect>(count); 643_collection = new FrugalStructList<BitmapEffect>(count); 665_collection = new FrugalStructList<BitmapEffect>(count); 687_collection = new FrugalStructList<BitmapEffect>(count); 917_collection = new FrugalStructList<BitmapEffect>(); 926_collection = new FrugalStructList<BitmapEffect>(capacity); 947_collection = new FrugalStructList<BitmapEffect>(icollectionOfT); 955_collection = new FrugalStructList<BitmapEffect>(icollection); 959_collection = new FrugalStructList<BitmapEffect>();
41 references to _collection
PresentationCore (41)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (41)
108for (int i = _collection.Count - 1; i >= 0; i--) 110OnFreezablePropertyChanged(/* oldValue = */ _collection[i], /* newValue = */ null); 113_collection.Clear(); 115Debug.Assert(_collection.Count == 0); 128return _collection.Contains(value); 138return _collection.IndexOf(value); 155_collection.Insert(index, value); 182BitmapEffect oldValue = _collection[index]; 186_collection.RemoveAt(index); 226BitmapEffect oldValue = _collection[ index ]; 230_collection.RemoveAt(index); 250return _collection[index]; 261if (!Object.ReferenceEquals(_collection[ index ], value)) 264BitmapEffect oldValue = _collection[ index ]; 267_collection[ index ] = value; 291return _collection.Count; 310if (index < 0 || (index + _collection.Count) > array.Length) 315_collection.CopyTo(array, index); 425if (index < 0 || (index + _collection.Count) > array.Length) 439int count = _collection.Count; 442array.SetValue(_collection[i], index + i); 505return _collection[i]; 518DependencyObject inheritanceChild = _collection[i]; 570index = _collection.Add(newValue); 619int count = sourceBitmapEffectCollection._collection.Count; 625BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].Clone(); 627_collection.Add(newValue); 641int count = sourceBitmapEffectCollection._collection.Count; 647BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].CloneCurrentValue(); 649_collection.Add(newValue); 663int count = sourceBitmapEffectCollection._collection.Count; 669BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].GetAsFrozen(); 671_collection.Add(newValue); 685int count = sourceBitmapEffectCollection._collection.Count; 691BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._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);