1 write to _textStart
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
153
_textStart
= lineWidths.upStartMainText;
17 references to _textStart
PresentationCore (17)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (10)
366
_textMinWidthAtTrailing = lineWidths.upMinStartTrailing - _metrics.
_textStart
;
376
if (_metrics.
_textStart
+ _metrics._textWidthAtTrailing > finiteFormatWidth)
714
LSLineUToParagraphU(_metrics.
_textStart
+ _metrics._textWidthAtTrailing - symbolIdealWidth),
911
int lineEndDistance = _metrics.
_textStart
+ _metrics._textWidthAtTrailing;
1044
return _metrics.
_textStart
+ _metrics._textWidthAtTrailing;
1053
int lineEndDistance = _metrics.
_textStart
+ _metrics._textWidthAtTrailing;
2273
CharacterHit characterHit = CharacterHitFromDistance(_metrics._textWidthAtTrailing + _metrics.
_textStart
);
2623
return u + _metrics._paragraphToText - _metrics.
_textStart
;
2635
return u - _metrics._paragraphToText + _metrics.
_textStart
;
2650
get { return _metrics._formatter.IdealToReal(_textMinWidthAtTrailing + _metrics.
_textStart
, PixelsPerDip); }
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (7)
164
_textWidth -=
_textStart
;
165
_textWidthAtTrailing -=
_textStart
;
274
_paragraphToText = (int)Math.Round((paragraphWidth +
_textStart
- _textWidthAtTrailing) * 0.5);
285
_paragraphToText = pap.ParagraphIndent +
_textStart
;
383
get { return _formatter.IdealToReal(_paragraphToText -
_textStart
, _pixelsPerDip); }
392
get { return _formatter.IdealToReal(_textWidthAtTrailing +
_textStart
, _pixelsPerDip); }
401
get { return _formatter.IdealToReal(_textWidth +
_textStart
, _pixelsPerDip); }