1 write to Y
PresentationCore (1)
System\Windows\Media\GlyphRun.cs (1)
1871
command.Origin.
Y
= (float)_baselineOrigin.Y;
7 references to Y
PresentationCore (7)
System\Windows\Media\PathGeometry.cs (7)
434
StartPoint = new Point(pPoints->X, pPoints->
Y
)
468
ptCollection.Add(new Point(pPoints[pointIndex+i].X, pPoints[pointIndex+i].
Y
));
480
figure.Segments.Add(new LineSegment(new Point(pPoints[pointIndex].X, pPoints[pointIndex].
Y
), fStroked, fSmooth));
499
ptCollection.Add(new Point(pPoints[pointIndex+i].X, pPoints[pointIndex+i].
Y
));
513
new Point(pPoints[pointIndex].X, pPoints[pointIndex].
Y
),
514
new Point(pPoints[pointIndex+1].X, pPoints[pointIndex+1].
Y
),
515
new Point(pPoints[pointIndex+2].X, pPoints[pointIndex+2].
Y
),