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