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