9 writes to _collection
PresentationCore (9)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (9)
586
_collection
= new FrugalStructList<GeneralTransform3D>(count);
608
_collection
= new FrugalStructList<GeneralTransform3D>(count);
630
_collection
= new FrugalStructList<GeneralTransform3D>(count);
652
_collection
= new FrugalStructList<GeneralTransform3D>(count);
882
_collection
= new FrugalStructList<GeneralTransform3D>();
891
_collection
= new FrugalStructList<GeneralTransform3D>(capacity);
912
_collection
= new FrugalStructList<GeneralTransform3D>(icollectionOfT);
920
_collection
= new FrugalStructList<GeneralTransform3D>(icollection);
924
_collection
= new FrugalStructList<GeneralTransform3D>();
45 references to _collection
PresentationCore (45)
System\Windows\Media3D\GeneralTransform3DGroup.cs (4)
48
if (children.
_collection
[i].TryTransform(inPoint, out result) == false)
79
result = children.
_collection
[i].TransformBounds(result);
103
GeneralTransform3D g = children.
_collection
[i].Inverse;
135
Transform3D t = children.
_collection
[i].AffineTransform;
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (41)
86
for (int i =
_collection
.Count - 1; i >= 0; i--)
88
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
91
_collection
.Clear();
93
Debug.Assert(
_collection
.Count == 0);
106
return
_collection
.Contains(value);
116
return
_collection
.IndexOf(value);
133
_collection
.Insert(index, value);
160
GeneralTransform3D oldValue =
_collection
[index];
164
_collection
.RemoveAt(index);
204
GeneralTransform3D oldValue =
_collection
[ index ];
208
_collection
.RemoveAt(index);
228
return
_collection
[index];
239
if (!Object.ReferenceEquals(
_collection
[ index ], value))
242
GeneralTransform3D oldValue =
_collection
[ index ];
245
_collection
[ index ] = value;
269
return
_collection
.Count;
286
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
288
_collection
.CopyTo(array, index);
396
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
407
int count =
_collection
.Count;
410
array.SetValue(
_collection
[i], index + i);
473
return
_collection
[i];
486
DependencyObject inheritanceChild =
_collection
[i];
535
index =
_collection
.Add(newValue);
584
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
590
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].Clone();
592
_collection
.Add(newValue);
606
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
612
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].CloneCurrentValue();
614
_collection
.Add(newValue);
628
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
634
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetAsFrozen();
636
_collection
.Add(newValue);
650
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
656
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetCurrentValueAsFrozen();
658
_collection
.Add(newValue);
670
int count =
_collection
.Count;
673
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
782
if (_index > -2 && _index < _list.
_collection
.Count - 1)
784
_current = _list.
_collection
[++_index];
934
_collection
.Add(newValue);