3 writes to _textMinWidthAtTrailing
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (3)
343_textMinWidthAtTrailing = lineWidths.upMinStartTrailing - _metrics._textStart; 348_textMinWidthAtTrailing += TextFormatterImp.RealToIdeal(collapsingSymbol.Width); 471_textMinWidthAtTrailing += symbolIdealWidth;
1 reference to _textMinWidthAtTrailing
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2589get { return _metrics._formatter.IdealToReal(_textMinWidthAtTrailing + _metrics._textStart, PixelsPerDip); }