3 writes to _textAscent
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (3)
201
_textAscent
= (int)Math.Round(pap.DefaultTypeface.Baseline(pap.EmSize, Constants.DefaultIdealToReal, _pixelsPerDip, fullText.TextFormattingMode));
206
_textAscent
= plsLineInfo->dvrAscent;
217
out
_textAscent
3 references to _textAscent
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (3)
207
_textHeight =
_textAscent
+ plsLineInfo->dvrDescent;
227
_baselineOffset =
_textAscent
;
414
get { return _formatter.IdealToReal(
_textAscent
, _pixelsPerDip); }