1 write to _paragraphWidth
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
383
_paragraphWidth
= formatter.IdealToReal(paragraphWidth, PixelsPerDip);
3 references to _paragraphWidth
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (3)
387
if (paragraphWidth > 0 && _widthAtTrailing >
_paragraphWidth
)
501
_paragraphWidth
,
544
TextFormatterImp.RealToIdeal(
_paragraphWidth
),