9 references to Width
PresentationCore (9)
MS\Internal\TextFormatting\FullTextLine.cs (8)
348_textMinWidthAtTrailing += TextFormatterImp.RealToIdeal(collapsingSymbol.Width); 469int symbolIdealWidth = TextFormatterImp.RealToIdeal(symbol.Width); 676int symbolIdealWidth = TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 750constraintWidth -= symbol.Width; 879int rangeWidth = TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 1032return lineEndDistance - TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 1478new Rect(Start + Width - _collapsingSymbol.Width, 0, _collapsingSymbol.Width, Height),
MS\Internal\TextFormatting\TextMetrics.cs (1)
154AppendCollapsingSymbolWidth(TextFormatterImp.RealToIdeal(collapsingSymbol.Width));