3 writes to _textAscent
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (3)
216_textAscent = (int)Math.Round(pap.DefaultTypeface.Baseline(pap.EmSize, Constants.DefaultIdealToReal, _pixelsPerDip, fullText.TextFormattingMode)); 221_textAscent = plsLineInfo->dvrAscent; 232out _textAscent
3 references to _textAscent
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (3)
222_textHeight = _textAscent + plsLineInfo->dvrDescent; 242_baselineOffset = _textAscent; 429get { return _formatter.IdealToReal(_textAscent, _pixelsPerDip); }