6 references to Baseline
PresentationCore (6)
MS\Internal\TextFormatting\SimpleTextLine.cs (6)
290realAscent = Math.Max(realAscent, run.Baseline); 291realDescent = Math.Max(realDescent, run.Height - run.Baseline); 846_baselineOffset - run.Baseline 850_baselineOffset - run.Baseline + run.Height 1952&& Baseline == nextRun.Baseline;