3 writes to _textAscent
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (3)
222
_textAscent
= (int)Math.Round(pap.DefaultTypeface.Baseline(pap.EmSize, Constants.DefaultIdealToReal, _pixelsPerDip, fullText.TextFormattingMode));
227
_textAscent
= plsLineInfo->dvrAscent;
238
out
_textAscent
3 references to _textAscent
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (3)
228
_textHeight =
_textAscent
+ plsLineInfo->dvrDescent;
248
_baselineOffset =
_textAscent
;
439
get { return _formatter.IdealToReal(
_textAscent
, _pixelsPerDip); }