9 writes to _collection
PresentationCore (9)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (9)
582
_collection
= new FrugalStructList<BitmapEffect>(count);
604
_collection
= new FrugalStructList<BitmapEffect>(count);
626
_collection
= new FrugalStructList<BitmapEffect>(count);
648
_collection
= new FrugalStructList<BitmapEffect>(count);
878
_collection
= new FrugalStructList<BitmapEffect>();
887
_collection
= new FrugalStructList<BitmapEffect>(capacity);
908
_collection
= new FrugalStructList<BitmapEffect>(icollectionOfT);
916
_collection
= new FrugalStructList<BitmapEffect>(icollection);
920
_collection
= new FrugalStructList<BitmapEffect>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (41)
82
for (int i =
_collection
.Count - 1; i >= 0; i--)
84
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
87
_collection
.Clear();
89
Debug.Assert(
_collection
.Count == 0);
102
return
_collection
.Contains(value);
112
return
_collection
.IndexOf(value);
129
_collection
.Insert(index, value);
156
BitmapEffect oldValue =
_collection
[index];
160
_collection
.RemoveAt(index);
200
BitmapEffect oldValue =
_collection
[ index ];
204
_collection
.RemoveAt(index);
224
return
_collection
[index];
235
if (!Object.ReferenceEquals(
_collection
[ index ], value))
238
BitmapEffect oldValue =
_collection
[ index ];
241
_collection
[ index ] = value;
265
return
_collection
.Count;
282
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
284
_collection
.CopyTo(array, index);
392
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
403
int count =
_collection
.Count;
406
array.SetValue(
_collection
[i], index + i);
469
return
_collection
[i];
482
DependencyObject inheritanceChild =
_collection
[i];
531
index =
_collection
.Add(newValue);
580
int count = sourceBitmapEffectCollection.
_collection
.Count;
586
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].Clone();
588
_collection
.Add(newValue);
602
int count = sourceBitmapEffectCollection.
_collection
.Count;
608
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].CloneCurrentValue();
610
_collection
.Add(newValue);
624
int count = sourceBitmapEffectCollection.
_collection
.Count;
630
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetAsFrozen();
632
_collection
.Add(newValue);
646
int count = sourceBitmapEffectCollection.
_collection
.Count;
652
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetCurrentValueAsFrozen();
654
_collection
.Add(newValue);
666
int count =
_collection
.Count;
669
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
778
if (_index > -2 && _index < _list.
_collection
.Count - 1)
780
_current = _list.
_collection
[++_index];
930
_collection
.Add(newValue);