1 write to _widthAtTrailing
PresentationCore (1)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
378_widthAtTrailing = formatter.IdealToReal(idealWidthAtTrailing, PixelsPerDip);
2 references to _widthAtTrailing
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
383if (paragraphWidth > 0 && _widthAtTrailing > _paragraphWidth) 1057get { return _widthAtTrailing; }