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