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