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)
105
for (int i =
_collection
.Count - 1; i >= 0; i--)
107
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
110
_collection
.Clear();
112
Debug.Assert(
_collection
.Count == 0);
125
return
_collection
.Contains(value);
135
return
_collection
.IndexOf(value);
152
_collection
.Insert(index, value);
179
BitmapEffect oldValue =
_collection
[index];
183
_collection
.RemoveAt(index);
223
BitmapEffect oldValue =
_collection
[ index ];
227
_collection
.RemoveAt(index);
247
return
_collection
[index];
258
if (!Object.ReferenceEquals(
_collection
[ index ], value))
260
BitmapEffect oldValue =
_collection
[ index ];
263
_collection
[ index ] = value;
285
return
_collection
.Count;
302
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
304
_collection
.CopyTo(array, index);
412
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
423
int count =
_collection
.Count;
426
array.SetValue(
_collection
[i], index + i);
489
return
_collection
[i];
502
DependencyObject inheritanceChild =
_collection
[i];
551
index =
_collection
.Add(newValue);
600
int count = sourceBitmapEffectCollection.
_collection
.Count;
606
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].Clone();
608
_collection
.Add(newValue);
620
int count = sourceBitmapEffectCollection.
_collection
.Count;
626
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].CloneCurrentValue();
628
_collection
.Add(newValue);
640
int count = sourceBitmapEffectCollection.
_collection
.Count;
646
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetAsFrozen();
648
_collection
.Add(newValue);
660
int count = sourceBitmapEffectCollection.
_collection
.Count;
666
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetCurrentValueAsFrozen();
668
_collection
.Add(newValue);
678
int count =
_collection
.Count;
681
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
789
if (_index > -2 && _index < _list.
_collection
.Count - 1)
791
_current = _list.
_collection
[++_index];
941
_collection
.Add(newValue);