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