3 writes to _paragraphToText
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (3)
257_paragraphToText = paragraphWidth - _textWidthAtTrailing; 268_paragraphToText = (int)Math.Round((paragraphWidth + _textStart - _textWidthAtTrailing) * 0.5); 279_paragraphToText = pap.ParagraphIndent + _textStart;
3 references to _paragraphToText
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (2)
2562return u + _metrics._paragraphToText - _metrics._textStart; 2574return u - _metrics._paragraphToText + _metrics._textStart;
MS\Internal\TextFormatting\TextMetrics.cs (1)
373get { return _formatter.IdealToReal(_paragraphToText - _textStart, _pixelsPerDip); }