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