6 references to Baseline
PresentationCore (6)
MS\Internal\TextFormatting\SimpleTextLine.cs (6)
299realAscent = Math.Max(realAscent, run.Baseline); 300realDescent = Math.Max(realDescent, run.Height - run.Baseline); 861_baselineOffset - run.Baseline 865_baselineOffset - run.Baseline + run.Height 1963&& Baseline == nextRun.Baseline;