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