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)
328this[index] = Cast(value);
6 references to
PresentationCore (6)
Core\CSharp\MS\Internal\Media\XamlSerializationHelper.cs (1)
218curPoint = point3Ds[i] ;
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (2)
325triangleVertices[j] = positions[i + j]; 381triangleVertices[j] = positions[indices[j]];
Core\CSharp\System\Windows\Media3D\Generated\Point3DCollection.cs (1)
323return this[index];
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (2)
89p[j] = positions[i + j]; 139p[j] = positions[index];