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