3 writes to _textMinWidthAtTrailing
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (3)
366
_textMinWidthAtTrailing
= lineWidths.upMinStartTrailing - _metrics._textStart;
371
_textMinWidthAtTrailing
+= TextFormatterImp.RealToIdeal(collapsingSymbol.Width);
494
_textMinWidthAtTrailing
+= symbolIdealWidth;
1 reference to _textMinWidthAtTrailing
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2650
get { return _metrics._formatter.IdealToReal(
_textMinWidthAtTrailing
+ _metrics._textStart, PixelsPerDip); }