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