10 writes to _collection
PresentationCore (10)
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (10)
119
_collection
= new FrugalStructList<Transform>(_collection.Capacity);
658
_collection
= new FrugalStructList<Transform>(count);
680
_collection
= new FrugalStructList<Transform>(count);
702
_collection
= new FrugalStructList<Transform>(count);
724
_collection
= new FrugalStructList<Transform>(count);
954
_collection
= new FrugalStructList<Transform>();
963
_collection
= new FrugalStructList<Transform>(capacity);
984
_collection
= new FrugalStructList<Transform>(icollectionOfT);
992
_collection
= new FrugalStructList<Transform>(icollection);
996
_collection
= new FrugalStructList<Transform>();
39 references to _collection
PresentationCore (39)
Core\CSharp\System\Windows\Media\Generated\TransformCollection.cs (39)
118
FrugalStructList<Transform> oldCollection =
_collection
;
119
_collection = new FrugalStructList<Transform>(
_collection
.Capacity);
142
return
_collection
.Contains(value);
152
return
_collection
.IndexOf(value);
169
_collection
.Insert(index, value);
196
Transform oldValue =
_collection
[index];
200
_collection
.RemoveAt(index);
240
Transform oldValue =
_collection
[ index ];
244
_collection
.RemoveAt(index);
264
return
_collection
[index];
275
if (!Object.ReferenceEquals(
_collection
[ index ], value))
278
Transform oldValue =
_collection
[ index ];
281
_collection
[ index ] = value;
305
return
_collection
.Count;
324
if (index < 0 || (index +
_collection
.Count) > array.Length)
329
_collection
.CopyTo(array, index);
439
if (index < 0 || (index +
_collection
.Count) > array.Length)
453
int count =
_collection
.Count;
456
array.SetValue(
_collection
[i], index + i);
519
return
_collection
[i];
532
DependencyObject inheritanceChild =
_collection
[i];
584
index =
_collection
.Add(newValue);
656
int count = sourceTransformCollection.
_collection
.Count;
662
Transform newValue = (Transform) sourceTransformCollection.
_collection
[i].Clone();
664
_collection
.Add(newValue);
678
int count = sourceTransformCollection.
_collection
.Count;
684
Transform newValue = (Transform) sourceTransformCollection.
_collection
[i].CloneCurrentValue();
686
_collection
.Add(newValue);
700
int count = sourceTransformCollection.
_collection
.Count;
706
Transform newValue = (Transform) sourceTransformCollection.
_collection
[i].GetAsFrozen();
708
_collection
.Add(newValue);
722
int count = sourceTransformCollection.
_collection
.Count;
728
Transform newValue = (Transform) sourceTransformCollection.
_collection
[i].GetCurrentValueAsFrozen();
730
_collection
.Add(newValue);
742
int count =
_collection
.Count;
745
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
854
if (_index > -2 && _index < _list.
_collection
.Count - 1)
856
_current = _list.
_collection
[++_index];
1006
_collection
.Add(newValue);