9 references to Width
PresentationCore (9)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (8)
371_textMinWidthAtTrailing += TextFormatterImp.RealToIdeal(collapsingSymbol.Width); 492int symbolIdealWidth = TextFormatterImp.RealToIdeal(symbol.Width); 709int symbolIdealWidth = TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 783constraintWidth -= symbol.Width; 912int rangeWidth = TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 1065return lineEndDistance - TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 1511new Rect(Start + Width - _collapsingSymbol.Width, 0, _collapsingSymbol.Width, Height),
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
160AppendCollapsingSymbolWidth(TextFormatterImp.RealToIdeal(collapsingSymbol.Width));