3 references to ParagraphWidth
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesRun.cs (3)
315
xy = new Point(line.Formatter.IdealToReal(line.
ParagraphWidth
, line.PixelsPerDip) - vectorToOrigin.X - u + origin.X, v + origin.Y);
348
xy = new Point(line.Formatter.IdealToReal(line.
ParagraphWidth
- u, line.PixelsPerDip) - vectorToOrigin.X + origin.X, line.Formatter.IdealToReal(v, line.PixelsPerDip) + origin.Y);
382
nominalX = line.
ParagraphWidth
- u + TextFormatterImp.RealToIdeal(-vectorToOrigin.X + origin.X);