3 writes to _paragraphToText
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (3)
263
_paragraphToText
= paragraphWidth - _textWidthAtTrailing;
274
_paragraphToText
= (int)Math.Round((paragraphWidth + _textStart - _textWidthAtTrailing) * 0.5);
285
_paragraphToText
= pap.ParagraphIndent + _textStart;
3 references to _paragraphToText
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
2623
return u + _metrics.
_paragraphToText
- _metrics._textStart;
2635
return u - _metrics.
_paragraphToText
+ _metrics._textStart;
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
383
get { return _formatter.IdealToReal(
_paragraphToText
- _textStart, _pixelsPerDip); }