3 writes to _textHeight
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (3)
202_textHeight = (int)Math.Round(pap.DefaultTypeface.LineSpacing(pap.EmSize, Constants.DefaultIdealToReal, _pixelsPerDip, fullText.TextFormattingMode)); 207_textHeight = _textAscent + plsLineInfo->dvrDescent; 216out _textHeight,
2 references to _textHeight
PresentationCore (2)
MS\Internal\TextFormatting\TextMetrics.cs (2)
226_height = _textHeight; 395get { return _formatter.IdealToReal(_textHeight, _pixelsPerDip); }