3 writes to _textWidth
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (3)
149_textWidth = lineWidths.upLimLine; 158_textWidth -= _textStart; 335_textWidth += symbolIdealWidth;
2 references to _textWidth
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2213if(_metrics._textWidth == _metrics._textWidthAtTrailing)
MS\Internal\TextFormatting\TextMetrics.cs (1)
391get { return _formatter.IdealToReal(_textWidth + _textStart, _pixelsPerDip); }