Base:
property
Width
System.Windows.Media.TextFormatting.TextLine.Width
8 references to Width
PresentationCore (8)
MS\Internal\TextFormatting\FullTextLine.cs (7)
344
double realWidth =
Width
;
715
if (TextFormatterImp.CompareReal(constraintWidth,
Width
, PixelsPerDip, _textFormattingMode) > 0)
790
Width
- line.
Width
1463
new Rect(Start +
Width
- _collapsingSymbol.Width, 0, _collapsingSymbol.Width, Height),
2631
_overhang.Trailing = boundingBox.Left - (paragraphWidth - Start -
Width
);
2636
_overhang.Trailing = Start +
Width
- boundingBox.Right;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
320
MinMaxParagraphWidth minMax = new MinMaxParagraphWidth(line.MinWidth, line.
Width
);