9 writes to _collection
PresentationCore (9)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (9)
575
_collection
= new FrugalStructList<BitmapEffect>(count);
595
_collection
= new FrugalStructList<BitmapEffect>(count);
615
_collection
= new FrugalStructList<BitmapEffect>(count);
635
_collection
= new FrugalStructList<BitmapEffect>(count);
862
_collection
= new FrugalStructList<BitmapEffect>();
871
_collection
= new FrugalStructList<BitmapEffect>(capacity);
892
_collection
= new FrugalStructList<BitmapEffect>(icollectionOfT);
900
_collection
= new FrugalStructList<BitmapEffect>(icollection);
904
_collection
= new FrugalStructList<BitmapEffect>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (41)
78
for (int i =
_collection
.Count - 1; i >= 0; i--)
80
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
83
_collection
.Clear();
85
Debug.Assert(
_collection
.Count == 0);
98
return
_collection
.Contains(value);
108
return
_collection
.IndexOf(value);
125
_collection
.Insert(index, value);
152
BitmapEffect oldValue =
_collection
[index];
156
_collection
.RemoveAt(index);
196
BitmapEffect oldValue =
_collection
[ index ];
200
_collection
.RemoveAt(index);
220
return
_collection
[index];
231
if (!Object.ReferenceEquals(
_collection
[ index ], value))
233
BitmapEffect oldValue =
_collection
[ index ];
236
_collection
[ index ] = value;
258
return
_collection
.Count;
275
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
277
_collection
.CopyTo(array, index);
385
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
396
int count =
_collection
.Count;
399
array.SetValue(
_collection
[i], index + i);
462
return
_collection
[i];
475
DependencyObject inheritanceChild =
_collection
[i];
524
index =
_collection
.Add(newValue);
573
int count = sourceBitmapEffectCollection.
_collection
.Count;
579
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].Clone();
581
_collection
.Add(newValue);
593
int count = sourceBitmapEffectCollection.
_collection
.Count;
599
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].CloneCurrentValue();
601
_collection
.Add(newValue);
613
int count = sourceBitmapEffectCollection.
_collection
.Count;
619
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetAsFrozen();
621
_collection
.Add(newValue);
633
int count = sourceBitmapEffectCollection.
_collection
.Count;
639
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetCurrentValueAsFrozen();
641
_collection
.Add(newValue);
651
int count =
_collection
.Count;
654
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
762
if (_index > -2 && _index < _list.
_collection
.Count - 1)
764
_current = _list.
_collection
[++_index];
914
_collection
.Add(newValue);