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