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; 238out _textAscent
3 references to _textAscent
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (3)
228_textHeight = _textAscent + plsLineInfo->dvrDescent; 248_baselineOffset = _textAscent; 439get { return _formatter.IdealToReal(_textAscent, _pixelsPerDip); }