9 writes to _collection
PresentationCore (9)
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (9)
619
_collection
= new FrugalStructList<GeneralTransform3D>(count);
641
_collection
= new FrugalStructList<GeneralTransform3D>(count);
663
_collection
= new FrugalStructList<GeneralTransform3D>(count);
685
_collection
= new FrugalStructList<GeneralTransform3D>(count);
915
_collection
= new FrugalStructList<GeneralTransform3D>();
924
_collection
= new FrugalStructList<GeneralTransform3D>(capacity);
945
_collection
= new FrugalStructList<GeneralTransform3D>(icollectionOfT);
953
_collection
= new FrugalStructList<GeneralTransform3D>(icollection);
957
_collection
= new FrugalStructList<GeneralTransform3D>();
45 references to _collection
PresentationCore (45)
Core\CSharp\System\Windows\Media3D\GeneralTransform3DGroup.cs (4)
69
if (children.
_collection
[i].TryTransform(inPoint, out result) == false)
100
result = children.
_collection
[i].TransformBounds(result);
124
GeneralTransform3D g = children.
_collection
[i].Inverse;
157
Transform3D t = children.
_collection
[i].AffineTransform;
Core\CSharp\System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (41)
106
for (int i =
_collection
.Count - 1; i >= 0; i--)
108
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
111
_collection
.Clear();
113
Debug.Assert(
_collection
.Count == 0);
126
return
_collection
.Contains(value);
136
return
_collection
.IndexOf(value);
153
_collection
.Insert(index, value);
180
GeneralTransform3D oldValue =
_collection
[index];
184
_collection
.RemoveAt(index);
224
GeneralTransform3D oldValue =
_collection
[ index ];
228
_collection
.RemoveAt(index);
248
return
_collection
[index];
259
if (!Object.ReferenceEquals(
_collection
[ index ], value))
262
GeneralTransform3D oldValue =
_collection
[ index ];
265
_collection
[ index ] = value;
289
return
_collection
.Count;
308
if (index < 0 || (index +
_collection
.Count) > array.Length)
313
_collection
.CopyTo(array, index);
423
if (index < 0 || (index +
_collection
.Count) > array.Length)
437
int count =
_collection
.Count;
440
array.SetValue(
_collection
[i], index + i);
503
return
_collection
[i];
516
DependencyObject inheritanceChild =
_collection
[i];
568
index =
_collection
.Add(newValue);
617
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
623
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].Clone();
625
_collection
.Add(newValue);
639
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
645
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].CloneCurrentValue();
647
_collection
.Add(newValue);
661
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
667
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetAsFrozen();
669
_collection
.Add(newValue);
683
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
689
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetCurrentValueAsFrozen();
691
_collection
.Add(newValue);
703
int count =
_collection
.Count;
706
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
815
if (_index > -2 && _index < _list.
_collection
.Count - 1)
817
_current = _list.
_collection
[++_index];
967
_collection
.Add(newValue);