1 write to _paragraphWidth
PresentationCore (1)
MS\Internal\TextFormatting\FullTextLine.cs (1)
388_paragraphWidth = paragraphWidth;
4 references to _paragraphWidth
PresentationCore (4)
MS\Internal\TextFormatting\FullTextLine.cs (4)
558_metrics._formatter.IdealToReal(_paragraphWidth, PixelsPerDip), 786_paragraphWidth, // collapsed line is still bound to the original paragraph width 2584get { return _paragraphWidth; } 2643double paragraphWidth = _metrics._formatter.IdealToReal(_paragraphWidth, PixelsPerDip);