1 write to _paragraphWidth
PresentationCore (1)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
370
_paragraphWidth
= formatter.IdealToReal(paragraphWidth, PixelsPerDip);
3 references to _paragraphWidth
PresentationCore (3)
MS\Internal\TextFormatting\SimpleTextLine.cs (3)
374
if (paragraphWidth > 0 && _widthAtTrailing >
_paragraphWidth
)
485
_paragraphWidth
,
528
TextFormatterImp.RealToIdeal(
_paragraphWidth
),