9 references to Width
PresentationCore (9)
MS\Internal\TextFormatting\FullTextLine.cs (8)
334_textMinWidthAtTrailing += TextFormatterImp.RealToIdeal(collapsingSymbol.Width); 455int symbolIdealWidth = TextFormatterImp.RealToIdeal(symbol.Width); 662int symbolIdealWidth = TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 736constraintWidth -= symbol.Width; 865int rangeWidth = TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 1018return lineEndDistance - TextFormatterImp.RealToIdeal(_collapsingSymbol.Width); 1464new Rect(Start + Width - _collapsingSymbol.Width, 0, _collapsingSymbol.Width, Height),
MS\Internal\TextFormatting\TextMetrics.cs (1)
138AppendCollapsingSymbolWidth(TextFormatterImp.RealToIdeal(collapsingSymbol.Width));