9 writes to _collection
PresentationCore (9)
System\Windows\Media\Generated\GeneralTransformCollection.cs (9)
589
_collection
= new FrugalStructList<GeneralTransform>(count);
611
_collection
= new FrugalStructList<GeneralTransform>(count);
633
_collection
= new FrugalStructList<GeneralTransform>(count);
655
_collection
= new FrugalStructList<GeneralTransform>(count);
885
_collection
= new FrugalStructList<GeneralTransform>();
894
_collection
= new FrugalStructList<GeneralTransform>(capacity);
915
_collection
= new FrugalStructList<GeneralTransform>(icollectionOfT);
923
_collection
= new FrugalStructList<GeneralTransform>(icollection);
927
_collection
= new FrugalStructList<GeneralTransform>();
41 references to _collection
PresentationCore (41)
System\Windows\Media\Generated\GeneralTransformCollection.cs (41)
89
for (int i =
_collection
.Count - 1; i >= 0; i--)
91
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
94
_collection
.Clear();
96
Debug.Assert(
_collection
.Count == 0);
109
return
_collection
.Contains(value);
119
return
_collection
.IndexOf(value);
136
_collection
.Insert(index, value);
163
GeneralTransform oldValue =
_collection
[index];
167
_collection
.RemoveAt(index);
207
GeneralTransform oldValue =
_collection
[ index ];
211
_collection
.RemoveAt(index);
231
return
_collection
[index];
242
if (!Object.ReferenceEquals(
_collection
[ index ], value))
245
GeneralTransform oldValue =
_collection
[ index ];
248
_collection
[ index ] = value;
272
return
_collection
.Count;
289
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
291
_collection
.CopyTo(array, index);
399
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
410
int count =
_collection
.Count;
413
array.SetValue(
_collection
[i], index + i);
476
return
_collection
[i];
489
DependencyObject inheritanceChild =
_collection
[i];
538
index =
_collection
.Add(newValue);
587
int count = sourceGeneralTransformCollection.
_collection
.Count;
593
GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection.
_collection
[i].Clone();
595
_collection
.Add(newValue);
609
int count = sourceGeneralTransformCollection.
_collection
.Count;
615
GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection.
_collection
[i].CloneCurrentValue();
617
_collection
.Add(newValue);
631
int count = sourceGeneralTransformCollection.
_collection
.Count;
637
GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection.
_collection
[i].GetAsFrozen();
639
_collection
.Add(newValue);
653
int count = sourceGeneralTransformCollection.
_collection
.Count;
659
GeneralTransform newValue = (GeneralTransform) sourceGeneralTransformCollection.
_collection
[i].GetCurrentValueAsFrozen();
661
_collection
.Add(newValue);
673
int count =
_collection
.Count;
676
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
785
if (_index > -2 && _index < _list.
_collection
.Count - 1)
787
_current = _list.
_collection
[++_index];
937
_collection
.Add(newValue);