Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
1 write to
PresentationCore (1)
Core\CSharp\System\Windows\Media3D\Generated\Point3DCollection.cs (1)
328
this
[
index] = Cast(value);
6 references to
PresentationCore (6)
Core\CSharp\MS\Internal\Media\XamlSerializationHelper.cs (1)
218
curPoint = point3Ds
[
i] ;
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (2)
325
triangleVertices[j] = positions
[
i + j];
381
triangleVertices[j] = positions
[
indices[j]];
Core\CSharp\System\Windows\Media3D\Generated\Point3DCollection.cs (1)
323
return this
[
index];
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (2)
89
p[j] = positions
[
i + j];
139
p[j] = positions
[
index];