9 writes to _collection
PresentationCore (9)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (9)
621
_collection
= new FrugalStructList<BitmapEffect>(count);
643
_collection
= new FrugalStructList<BitmapEffect>(count);
665
_collection
= new FrugalStructList<BitmapEffect>(count);
687
_collection
= new FrugalStructList<BitmapEffect>(count);
917
_collection
= new FrugalStructList<BitmapEffect>();
926
_collection
= new FrugalStructList<BitmapEffect>(capacity);
947
_collection
= new FrugalStructList<BitmapEffect>(icollectionOfT);
955
_collection
= new FrugalStructList<BitmapEffect>(icollection);
959
_collection
= new FrugalStructList<BitmapEffect>();
41 references to _collection
PresentationCore (41)
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (41)
108
for (int i =
_collection
.Count - 1; i >= 0; i--)
110
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
113
_collection
.Clear();
115
Debug.Assert(
_collection
.Count == 0);
128
return
_collection
.Contains(value);
138
return
_collection
.IndexOf(value);
155
_collection
.Insert(index, value);
182
BitmapEffect oldValue =
_collection
[index];
186
_collection
.RemoveAt(index);
226
BitmapEffect oldValue =
_collection
[ index ];
230
_collection
.RemoveAt(index);
250
return
_collection
[index];
261
if (!Object.ReferenceEquals(
_collection
[ index ], value))
264
BitmapEffect oldValue =
_collection
[ index ];
267
_collection
[ index ] = value;
291
return
_collection
.Count;
310
if (index < 0 || (index +
_collection
.Count) > array.Length)
315
_collection
.CopyTo(array, index);
425
if (index < 0 || (index +
_collection
.Count) > array.Length)
439
int count =
_collection
.Count;
442
array.SetValue(
_collection
[i], index + i);
505
return
_collection
[i];
518
DependencyObject inheritanceChild =
_collection
[i];
570
index =
_collection
.Add(newValue);
619
int count = sourceBitmapEffectCollection.
_collection
.Count;
625
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].Clone();
627
_collection
.Add(newValue);
641
int count = sourceBitmapEffectCollection.
_collection
.Count;
647
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].CloneCurrentValue();
649
_collection
.Add(newValue);
663
int count = sourceBitmapEffectCollection.
_collection
.Count;
669
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetAsFrozen();
671
_collection
.Add(newValue);
685
int count = sourceBitmapEffectCollection.
_collection
.Count;
691
BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection.
_collection
[i].GetCurrentValueAsFrozen();
693
_collection
.Add(newValue);
705
int count =
_collection
.Count;
708
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
817
if (_index > -2 && _index < _list.
_collection
.Count - 1)
819
_current = _list.
_collection
[++_index];
969
_collection
.Add(newValue);