1 write to _paragraphWidth
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
374
_paragraphWidth
= paragraphWidth;
4 references to _paragraphWidth
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (4)
544
_metrics._formatter.IdealToReal(
_paragraphWidth
, PixelsPerDip),
772
_paragraphWidth
, // collapsed line is still bound to the original paragraph width
2570
get { return
_paragraphWidth
; }
2629
double paragraphWidth = _metrics._formatter.IdealToReal(
_paragraphWidth
, PixelsPerDip);