1 write to X
PresentationCore (1)
System\Windows\Media\GlyphRun.cs (1)
1870
command.Origin.
X
= (float)_baselineOrigin.X;
7 references to X
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),