1 write to y
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\LineServices.cs (1)
706
y
= verticalPosition;
11 references to y
PresentationCore (11)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (9)
1038
int baselineTop = ptOrigin.
y
+ (int)Math.Round(lsrun.EmSize * strikeThroughPositionInEm);
1052
ptOrigin.
y
, // strikethrough top from LS
1108
ptOrigin.
y
, // underline top from LS
1328
ptOrigin.
y
+ lsrun.BaselineMoveOffset,
2658
currentLine.Formatter.IdealToReal((lsrunOrigin.
y
+ lsrun.BaselineMoveOffset), currentLine.PixelsPerDip) + Draw.VectorToLineOrigin.Y
3235
lsrunOrigin.
y
+ lsrun.BaselineMoveOffset,
3247
lsrunOrigin.
y
+ lsrun.BaselineMoveOffset,
3394
lsrunOrigin.
y
+ lsrun.BaselineMoveOffset,
3406
lsrunOrigin.
y
+ lsrun.BaselineMoveOffset,
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (2)
443
new Point(line.Formatter.IdealToReal(topLeft.x, line.PixelsPerDip), line.Formatter.IdealToReal(topLeft.
y
, line.PixelsPerDip)),
444
new Point(line.Formatter.IdealToReal(bottomRight.x, line.PixelsPerDip), line.Formatter.IdealToReal(bottomRight.
y
, line.PixelsPerDip))