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)
2198if(_metrics._textWidth == _metrics._textWidthAtTrailing)
MS\Internal\TextFormatting\TextMetrics.cs (1)
376get { return _formatter.IdealToReal(_textWidth + _textStart, _pixelsPerDip); }