1 write to _paragraphWidth
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
411
_paragraphWidth
= paragraphWidth;
4 references to _paragraphWidth
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (4)
585
_metrics._formatter.IdealToReal(
_paragraphWidth
, PixelsPerDip),
819
_paragraphWidth
, // collapsed line is still bound to the original paragraph width
2645
get { return
_paragraphWidth
; }
2704
double paragraphWidth = _metrics._formatter.IdealToReal(
_paragraphWidth
, PixelsPerDip);