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