9 writes to _collection
PresentationCore (9)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (9)
581
_collection
= new FrugalStructList<BitmapEffect>(count);
603
_collection
= new FrugalStructList<BitmapEffect>(count);
625
_collection
= new FrugalStructList<BitmapEffect>(count);
647
_collection
= new FrugalStructList<BitmapEffect>(count);
877
_collection
= new FrugalStructList<BitmapEffect>();
886
_collection
= new FrugalStructList<BitmapEffect>(capacity);
907
_collection
= new FrugalStructList<BitmapEffect>(icollectionOfT);
915
_collection
= new FrugalStructList<BitmapEffect>(icollection);
919
_collection
= new FrugalStructList<BitmapEffect>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (41)
81
for (int i =
_collection
.Count - 1; i >= 0; i--)
83
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
86
_collection
.Clear();
88
Debug.Assert(
_collection
.Count == 0);
101
return
_collection
.Contains(value);
111
return
_collection
.IndexOf(value);
128
_collection
.Insert(index, value);
155
BitmapEffect oldValue =
_collection
[index];
159
_collection
.RemoveAt(index);
199
BitmapEffect oldValue =
_collection
[ index ];
203
_collection
.RemoveAt(index);
223
return
_collection
[index];
234
if (!Object.ReferenceEquals(
_collection
[ index ], value))
237
BitmapEffect oldValue =
_collection
[ index ];
240
_collection
[ index ] = value;
264
return
_collection
.Count;
281
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
283
_collection
.CopyTo(array, index);
391
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
402
int count =
_collection
.Count;
405
array.SetValue(
_collection
[i], index + i);
468
return
_collection
[i];
481
DependencyObject inheritanceChild =
_collection
[i];
530
index =
_collection
.Add(newValue);
579
int count = sourceBitmapEffectCollection.
_collection
.Count;
585
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].Clone();
587
_collection
.Add(newValue);
601
int count = sourceBitmapEffectCollection.
_collection
.Count;
607
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].CloneCurrentValue();
609
_collection
.Add(newValue);
623
int count = sourceBitmapEffectCollection.
_collection
.Count;
629
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetAsFrozen();
631
_collection
.Add(newValue);
645
int count = sourceBitmapEffectCollection.
_collection
.Count;
651
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetCurrentValueAsFrozen();
653
_collection
.Add(newValue);
665
int count =
_collection
.Count;
668
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
777
if (_index > -2 && _index < _list.
_collection
.Count - 1)
779
_current = _list.
_collection
[++_index];
929
_collection
.Add(newValue);