6 references to Baseline
PresentationCore (6)
MS\Internal\TextFormatting\SimpleTextLine.cs (6)
289realAscent = Math.Max(realAscent, run.Baseline); 290realDescent = Math.Max(realDescent, run.Height - run.Baseline); 845_baselineOffset - run.Baseline 849_baselineOffset - run.Baseline + run.Height 1951&& Baseline == nextRun.Baseline;