3 writes to _textHeight
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (3)
223_textHeight = (int)Math.Round(pap.DefaultTypeface.LineSpacing(pap.EmSize, Constants.DefaultIdealToReal, _pixelsPerDip, fullText.TextFormattingMode)); 228_textHeight = _textAscent + plsLineInfo->dvrDescent; 237out _textHeight,
2 references to _textHeight
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (2)
247_height = _textHeight; 420get { return _formatter.IdealToReal(_textHeight, _pixelsPerDip); }