Implemented interface member:
1 write to
PresentationCore (1)
System\Windows\Media3D\Generated\Point3DCollection.cs (1)
316
this
[
index] = Cast(value);
6 references to
PresentationCore (6)
MS\Internal\Media\XamlSerializationHelper.cs (1)
207
curPoint = point3Ds
[
i] ;
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
326
triangleVertices[j] = positions
[
i + j];
382
triangleVertices[j] = positions
[
indices[j]];
System\Windows\Media3D\Generated\Point3DCollection.cs (1)
311
return this
[
index];
System\Windows\Media3D\Viewport2DVisual3D.cs (2)
80
p[j] = positions
[
i + j];
130
p[j] = positions
[
index];