Implemented interface member:
1 write to
PresentationCore (1)
System\Windows\Media\Generated\PointCollection.cs (1)
320
this
[
index] = Cast(value);
13 references to
PresentationCore (8)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (2)
330
triangleTexCoords[j] = textureCoords
[
i + j];
383
triangleTexCoords[j] = textureCoords
[
indices[j]];
System\Windows\Media\Generated\PointCollection.cs (1)
315
return this
[
index];
System\Windows\Media3D\Viewport2DVisual3D.cs (5)
84
uv[j] = textureCoords
[
i + j];
131
uv[j] = textureCoords
[
index];
213
Point texCoord1 = textureCoordinates
[
index1];
214
Point texCoord2 = textureCoordinates
[
index2];
215
Point texCoord3 = textureCoordinates
[
index3];
PresentationFramework (4)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
988
lastPoint = points
[
points.Count - 1];
1002
lastPoint = points
[
points.Count - 1];
System\Windows\Shapes\Polygon.cs (1)
139
array[i - 1] = pointCollection
[
i];
System\Windows\Shapes\Polyline.cs (1)
139
array[i - 1] = pointCollection
[
i];
ReachFramework (1)
AlphaFlattener\Utility.cs (1)
570
q = pseg.Points
[
i];