9 writes to _collection
PresentationCore (9)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (9)
602_collection = new FrugalStructList<BitmapEffect>(count); 622_collection = new FrugalStructList<BitmapEffect>(count); 642_collection = new FrugalStructList<BitmapEffect>(count); 662_collection = new FrugalStructList<BitmapEffect>(count); 889_collection = new FrugalStructList<BitmapEffect>(); 898_collection = new FrugalStructList<BitmapEffect>(capacity); 919_collection = new FrugalStructList<BitmapEffect>(icollectionOfT); 927_collection = new FrugalStructList<BitmapEffect>(icollection); 931_collection = new FrugalStructList<BitmapEffect>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (41)
105for (int i = _collection.Count - 1; i >= 0; i--) 107OnFreezablePropertyChanged(/* oldValue = */ _collection[i], /* newValue = */ null); 110_collection.Clear(); 112Debug.Assert(_collection.Count == 0); 125return _collection.Contains(value); 135return _collection.IndexOf(value); 152_collection.Insert(index, value); 179BitmapEffect oldValue = _collection[index]; 183_collection.RemoveAt(index); 223BitmapEffect oldValue = _collection[ index ]; 227_collection.RemoveAt(index); 247return _collection[index]; 258if (!Object.ReferenceEquals(_collection[ index ], value)) 260BitmapEffect oldValue = _collection[ index ]; 263_collection[ index ] = value; 285return _collection.Count; 302ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 304_collection.CopyTo(array, index); 412ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length - _collection.Count); 423int count = _collection.Count; 426array.SetValue(_collection[i], index + i); 489return _collection[i]; 502DependencyObject inheritanceChild = _collection[i]; 551index = _collection.Add(newValue); 600int count = sourceBitmapEffectCollection._collection.Count; 606BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].Clone(); 608_collection.Add(newValue); 620int count = sourceBitmapEffectCollection._collection.Count; 626BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].CloneCurrentValue(); 628_collection.Add(newValue); 640int count = sourceBitmapEffectCollection._collection.Count; 646BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].GetAsFrozen(); 648_collection.Add(newValue); 660int count = sourceBitmapEffectCollection._collection.Count; 666BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].GetCurrentValueAsFrozen(); 668_collection.Add(newValue); 678int count = _collection.Count; 681canFreeze &= Freezable.Freeze(_collection[i], isChecking); 789if (_index > -2 && _index < _list._collection.Count - 1) 791_current = _list._collection[++_index]; 941_collection.Add(newValue);