9 references to Width
PresentationCore (9)
MS\Internal\TextFormatting\FullTextLine.cs (8)
335_textMinWidthAtTrailing += TextFormatterImp.RealToIdeal(collapsingSymbol.Width); 456int symbolIdealWidth = TextFormatterImp.RealToIdeal(symbol.Width); 663int symbolIdealWidth = TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 737constraintWidth -= symbol.Width; 866int rangeWidth = TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 1019return lineEndDistance - TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 1465new Rect(Start + Width - _collapsingSymbol.Width, 0, _collapsingSymbol.Width, Height),
MS\Internal\TextFormatting\TextMetrics.cs (1)
139AppendCollapsingSymbolWidth(TextFormatterImp.RealToIdeal(collapsingSymbol.Width));