6 references to Baseline
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (6)
303realAscent = Math.Max(realAscent, run.Baseline); 304realDescent = Math.Max(realDescent, run.Height - run.Baseline); 871_baselineOffset - run.Baseline 875_baselineOffset - run.Baseline + run.Height 1983&& Baseline == nextRun.Baseline;