1 write to y
PresentationCore (1)
MS\Internal\TextFormatting\LineServices.cs (1)
646y = verticalPosition;
11 references to y
PresentationCore (11)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (9)
935int baselineTop = ptOrigin.y + (int)Math.Round(lsrun.EmSize * strikeThroughPositionInEm); 949ptOrigin.y, // strikethrough top from LS 1000ptOrigin.y, // underline top from LS 1208ptOrigin.y + lsrun.BaselineMoveOffset, 2468currentLine.Formatter.IdealToReal((lsrunOrigin.y + lsrun.BaselineMoveOffset), currentLine.PixelsPerDip) + Draw.VectorToLineOrigin.Y 3027lsrunOrigin.y + lsrun.BaselineMoveOffset, 3039lsrunOrigin.y + lsrun.BaselineMoveOffset, 3181lsrunOrigin.y + lsrun.BaselineMoveOffset, 3193lsrunOrigin.y + lsrun.BaselineMoveOffset,
MS\Internal\TextFormatting\LineServicesRun.cs (2)
413new Point(line.Formatter.IdealToReal(topLeft.x, line.PixelsPerDip), line.Formatter.IdealToReal(topLeft.y, line.PixelsPerDip)), 414new Point(line.Formatter.IdealToReal(bottomRight.x, line.PixelsPerDip), line.Formatter.IdealToReal(bottomRight.y, line.PixelsPerDip))