Base:
property
Width
System.Windows.Media.TextFormatting.TextLine.Width
8 references to Width
PresentationCore (8)
MS\Internal\TextFormatting\FullTextLine.cs (7)
359double realWidth = Width; 730if (TextFormatterImp.CompareReal(constraintWidth, Width, PixelsPerDip, _textFormattingMode) > 0) 805Width - line.Width 1478new 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)
343MinMaxParagraphWidth minMax = new MinMaxParagraphWidth(line.MinWidth, line.Width);