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