9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\GeneralTransformCollection.cs (9)
604
_collection
= new FrugalStructList<GeneralTransform>(count);
624
_collection
= new FrugalStructList<GeneralTransform>(count);
644
_collection
= new FrugalStructList<GeneralTransform>(count);
664
_collection
= new FrugalStructList<GeneralTransform>(count);
891
_collection
= new FrugalStructList<GeneralTransform>();
900
_collection
= new FrugalStructList<GeneralTransform>(capacity);
921
_collection
= new FrugalStructList<GeneralTransform>(icollectionOfT);
929
_collection
= new FrugalStructList<GeneralTransform>(icollection);
933
_collection
= new FrugalStructList<GeneralTransform>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Generated\GeneralTransformCollection.cs (41)
107
for (int i =
_collection
.Count - 1; i >= 0; i--)
109
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
112
_collection
.Clear();
114
Debug.Assert(
_collection
.Count == 0);
127
return
_collection
.Contains(value);
137
return
_collection
.IndexOf(value);
154
_collection
.Insert(index, value);
181
GeneralTransform oldValue =
_collection
[index];
185
_collection
.RemoveAt(index);
225
GeneralTransform oldValue =
_collection
[ index ];
229
_collection
.RemoveAt(index);
249
return
_collection
[index];
260
if (!Object.ReferenceEquals(
_collection
[ index ], value))
262
GeneralTransform oldValue =
_collection
[ index ];
265
_collection
[ index ] = value;
287
return
_collection
.Count;
304
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
306
_collection
.CopyTo(array, index);
414
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
425
int count =
_collection
.Count;
428
array.SetValue(
_collection
[i], index + i);
491
return
_collection
[i];
504
DependencyObject inheritanceChild =
_collection
[i];
553
index =
_collection
.Add(newValue);
602
int count = sourceGeneralTransformCollection.
_collection
.Count;
608
GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection.
_collection
[i].Clone();
610
_collection
.Add(newValue);
622
int count = sourceGeneralTransformCollection.
_collection
.Count;
628
GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection.
_collection
[i].CloneCurrentValue();
630
_collection
.Add(newValue);
642
int count = sourceGeneralTransformCollection.
_collection
.Count;
648
GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection.
_collection
[i].GetAsFrozen();
650
_collection
.Add(newValue);
662
int count = sourceGeneralTransformCollection.
_collection
.Count;
668
GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection.
_collection
[i].GetCurrentValueAsFrozen();
670
_collection
.Add(newValue);
680
int count =
_collection
.Count;
683
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
791
if (_index > -2 && _index < _list.
_collection
.Count - 1)
793
_current = _list.
_collection
[++_index];
943
_collection
.Add(newValue);