9 writes to _collection
PresentationCore (9)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (9)
587
_collection
= new FrugalStructList<GeneralTransform3D>(count);
609
_collection
= new FrugalStructList<GeneralTransform3D>(count);
631
_collection
= new FrugalStructList<GeneralTransform3D>(count);
653
_collection
= new FrugalStructList<GeneralTransform3D>(count);
883
_collection
= new FrugalStructList<GeneralTransform3D>();
892
_collection
= new FrugalStructList<GeneralTransform3D>(capacity);
913
_collection
= new FrugalStructList<GeneralTransform3D>(icollectionOfT);
921
_collection
= new FrugalStructList<GeneralTransform3D>(icollection);
925
_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)
87
for (int i =
_collection
.Count - 1; i >= 0; i--)
89
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
92
_collection
.Clear();
94
Debug.Assert(
_collection
.Count == 0);
107
return
_collection
.Contains(value);
117
return
_collection
.IndexOf(value);
134
_collection
.Insert(index, value);
161
GeneralTransform3D oldValue =
_collection
[index];
165
_collection
.RemoveAt(index);
205
GeneralTransform3D oldValue =
_collection
[ index ];
209
_collection
.RemoveAt(index);
229
return
_collection
[index];
240
if (!Object.ReferenceEquals(
_collection
[ index ], value))
243
GeneralTransform3D oldValue =
_collection
[ index ];
246
_collection
[ index ] = value;
270
return
_collection
.Count;
287
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
289
_collection
.CopyTo(array, index);
397
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
408
int count =
_collection
.Count;
411
array.SetValue(
_collection
[i], index + i);
474
return
_collection
[i];
487
DependencyObject inheritanceChild =
_collection
[i];
536
index =
_collection
.Add(newValue);
585
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
591
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].Clone();
593
_collection
.Add(newValue);
607
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
613
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].CloneCurrentValue();
615
_collection
.Add(newValue);
629
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
635
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetAsFrozen();
637
_collection
.Add(newValue);
651
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
657
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetCurrentValueAsFrozen();
659
_collection
.Add(newValue);
671
int count =
_collection
.Count;
674
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
783
if (_index > -2 && _index < _list.
_collection
.Count - 1)
785
_current = _list.
_collection
[++_index];
935
_collection
.Add(newValue);