3 writes to _textWidth
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (3)
155
_textWidth
= lineWidths.upLimLine;
164
_textWidth
-= _textStart;
345
_textWidth
+= symbolIdealWidth;
2 references to _textWidth
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2261
if(_metrics.
_textWidth
== _metrics._textWidthAtTrailing)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
401
get { return _formatter.IdealToReal(
_textWidth
+ _textStart, _pixelsPerDip); }