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; 217out _textAscent
3 references to _textAscent
PresentationCore (3)
MS\Internal\TextFormatting\TextMetrics.cs (3)
207_textHeight = _textAscent + plsLineInfo->dvrDescent; 227_baselineOffset = _textAscent; 414get { return _formatter.IdealToReal(_textAscent, _pixelsPerDip); }