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)
374
if (paragraphWidth > 0 &&
_widthAtTrailing
> _paragraphWidth)
1048
get { return
_widthAtTrailing
; }