9 writes to _collection
PresentationCore (9)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (9)
573
_collection
= new FrugalStructList<GeneralTransform3D>(count);
593
_collection
= new FrugalStructList<GeneralTransform3D>(count);
613
_collection
= new FrugalStructList<GeneralTransform3D>(count);
633
_collection
= new FrugalStructList<GeneralTransform3D>(count);
860
_collection
= new FrugalStructList<GeneralTransform3D>();
869
_collection
= new FrugalStructList<GeneralTransform3D>(capacity);
890
_collection
= new FrugalStructList<GeneralTransform3D>(icollectionOfT);
898
_collection
= new FrugalStructList<GeneralTransform3D>(icollection);
902
_collection
= new FrugalStructList<GeneralTransform3D>();
45 references to _collection
PresentationCore (45)
System\Windows\Media3D\GeneralTransform3DGroup.cs (4)
49
if (children.
_collection
[i].TryTransform(inPoint, out result) == false)
80
result = children.
_collection
[i].TransformBounds(result);
104
GeneralTransform3D g = children.
_collection
[i].Inverse;
136
Transform3D t = children.
_collection
[i].AffineTransform;
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (41)
76
for (int i =
_collection
.Count - 1; i >= 0; i--)
78
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
81
_collection
.Clear();
83
Debug.Assert(
_collection
.Count == 0);
96
return
_collection
.Contains(value);
106
return
_collection
.IndexOf(value);
123
_collection
.Insert(index, value);
150
GeneralTransform3D oldValue =
_collection
[index];
154
_collection
.RemoveAt(index);
194
GeneralTransform3D oldValue =
_collection
[ index ];
198
_collection
.RemoveAt(index);
218
return
_collection
[index];
229
if (!Object.ReferenceEquals(
_collection
[ index ], value))
231
GeneralTransform3D oldValue =
_collection
[ index ];
234
_collection
[ index ] = value;
256
return
_collection
.Count;
273
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
275
_collection
.CopyTo(array, index);
383
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
394
int count =
_collection
.Count;
397
array.SetValue(
_collection
[i], index + i);
460
return
_collection
[i];
473
DependencyObject inheritanceChild =
_collection
[i];
522
index =
_collection
.Add(newValue);
571
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
577
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].Clone();
579
_collection
.Add(newValue);
591
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
597
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].CloneCurrentValue();
599
_collection
.Add(newValue);
611
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
617
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetAsFrozen();
619
_collection
.Add(newValue);
631
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
637
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetCurrentValueAsFrozen();
639
_collection
.Add(newValue);
649
int count =
_collection
.Count;
652
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
760
if (_index > -2 && _index < _list.
_collection
.Count - 1)
762
_current = _list.
_collection
[++_index];
912
_collection
.Add(newValue);