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;
237
out
_textHeight
,
2 references to _textHeight
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (2)
247
_height =
_textHeight
;
420
get { return _formatter.IdealToReal(
_textHeight
, _pixelsPerDip); }