9 writes to _collection
PresentationCore (9)
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (9)
600
_collection
= new FrugalStructList<GeneralTransform3D>(count);
620
_collection
= new FrugalStructList<GeneralTransform3D>(count);
640
_collection
= new FrugalStructList<GeneralTransform3D>(count);
660
_collection
= new FrugalStructList<GeneralTransform3D>(count);
887
_collection
= new FrugalStructList<GeneralTransform3D>();
896
_collection
= new FrugalStructList<GeneralTransform3D>(capacity);
917
_collection
= new FrugalStructList<GeneralTransform3D>(icollectionOfT);
925
_collection
= new FrugalStructList<GeneralTransform3D>(icollection);
929
_collection
= new FrugalStructList<GeneralTransform3D>();
45 references to _collection
PresentationCore (45)
System\Windows\Media3D\GeneralTransform3DGroup.cs (4)
66
if (children.
_collection
[i].TryTransform(inPoint, out result) == false)
97
result = children.
_collection
[i].TransformBounds(result);
121
GeneralTransform3D g = children.
_collection
[i].Inverse;
153
Transform3D t = children.
_collection
[i].AffineTransform;
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (41)
103
for (int i =
_collection
.Count - 1; i >= 0; i--)
105
OnFreezablePropertyChanged(/* oldValue = */
_collection
[i], /* newValue = */ null);
108
_collection
.Clear();
110
Debug.Assert(
_collection
.Count == 0);
123
return
_collection
.Contains(value);
133
return
_collection
.IndexOf(value);
150
_collection
.Insert(index, value);
177
GeneralTransform3D oldValue =
_collection
[index];
181
_collection
.RemoveAt(index);
221
GeneralTransform3D oldValue =
_collection
[ index ];
225
_collection
.RemoveAt(index);
245
return
_collection
[index];
256
if (!Object.ReferenceEquals(
_collection
[ index ], value))
258
GeneralTransform3D oldValue =
_collection
[ index ];
261
_collection
[ index ] = value;
283
return
_collection
.Count;
300
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
302
_collection
.CopyTo(array, index);
410
ArgumentOutOfRangeException.ThrowIfGreaterThan(index, array.Length -
_collection
.Count);
421
int count =
_collection
.Count;
424
array.SetValue(
_collection
[i], index + i);
487
return
_collection
[i];
500
DependencyObject inheritanceChild =
_collection
[i];
549
index =
_collection
.Add(newValue);
598
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
604
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].Clone();
606
_collection
.Add(newValue);
618
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
624
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].CloneCurrentValue();
626
_collection
.Add(newValue);
638
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
644
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetAsFrozen();
646
_collection
.Add(newValue);
658
int count = sourceGeneralTransform3DCollection.
_collection
.Count;
664
GeneralTransform3D newValue = (GeneralTransform3D) sourceGeneralTransform3DCollection.
_collection
[i].GetCurrentValueAsFrozen();
666
_collection
.Add(newValue);
676
int count =
_collection
.Count;
679
canFreeze &= Freezable.Freeze(
_collection
[i], isChecking);
787
if (_index > -2 && _index < _list.
_collection
.Count - 1)
789
_current = _list.
_collection
[++_index];
939
_collection
.Add(newValue);