Base:
property
Width
System.Windows.Media.TextFormatting.TextLine.Width
8 references to Width
PresentationCore (8)
MS\Internal\TextFormatting\FullTextLine.cs (7)
359
double realWidth =
Width
;
730
if (TextFormatterImp.CompareReal(constraintWidth,
Width
, PixelsPerDip, _textFormattingMode) > 0)
805
Width
- line.
Width
1478
new Rect(Start +
Width
- _collapsingSymbol.Width, 0, _collapsingSymbol.Width, Height),
2646
_overhang.Trailing = boundingBox.Left - (paragraphWidth - Start -
Width
);
2651
_overhang.Trailing = Start +
Width
- boundingBox.Right;
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
343
MinMaxParagraphWidth minMax = new MinMaxParagraphWidth(line.MinWidth, line.
Width
);