1 write to y
PresentationCore (1)
MS\Internal\TextFormatting\LineServices.cs (1)
647
y
= verticalPosition;
11 references to y
PresentationCore (11)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (9)
945
int baselineTop = ptOrigin.
y
+ (int)Math.Round(lsrun.EmSize * strikeThroughPositionInEm);
959
ptOrigin.
y
, // strikethrough top from LS
1010
ptOrigin.
y
, // underline top from LS
1218
ptOrigin.
y
+ lsrun.BaselineMoveOffset,
2474
currentLine.Formatter.IdealToReal((lsrunOrigin.
y
+ lsrun.BaselineMoveOffset), currentLine.PixelsPerDip) + Draw.VectorToLineOrigin.Y
3033
lsrunOrigin.
y
+ lsrun.BaselineMoveOffset,
3045
lsrunOrigin.
y
+ lsrun.BaselineMoveOffset,
3187
lsrunOrigin.
y
+ lsrun.BaselineMoveOffset,
3199
lsrunOrigin.
y
+ lsrun.BaselineMoveOffset,
MS\Internal\TextFormatting\LineServicesRun.cs (2)
414
new Point(line.Formatter.IdealToReal(topLeft.x, line.PixelsPerDip), line.Formatter.IdealToReal(topLeft.
y
, line.PixelsPerDip)),
415
new Point(line.Formatter.IdealToReal(bottomRight.x, line.PixelsPerDip), line.Formatter.IdealToReal(bottomRight.
y
, line.PixelsPerDip))