3 writes to _textWidth
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (3)
134
_textWidth
= lineWidths.upLimLine;
143
_textWidth
-= _textStart;
320
_textWidth
+= symbolIdealWidth;
2 references to _textWidth
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2198
if(_metrics.
_textWidth
== _metrics._textWidthAtTrailing)
MS\Internal\TextFormatting\TextMetrics.cs (1)
376
get { return _formatter.IdealToReal(
_textWidth
+ _textStart, _pixelsPerDip); }