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); 852_baselineOffset - run.Baseline 856_baselineOffset - run.Baseline + run.Height 1954&& Baseline == nextRun.Baseline;