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