Implemented interface member:
property
Baseline
MS.Internal.TextFormatting.ITextMetrics.Baseline
2 overrides of Baseline
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2295public override double Baseline
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1090public override double Baseline
4 references to Baseline
PresentationCore (1)
System\Windows\Media\FormattedText.cs (1)
1780metrics.Baseline = currentLine.Baseline;
PresentationFramework (3)
MS\Internal\PtsHost\Line.cs (1)
834return TextDpi.ToTextDpi(_line.Baseline);
MS\Internal\PtsHost\ListMarkerLine.cs (1)
109Point drawLocation = new Point(TextDpi.FromTextDpi(ur), TextDpi.FromTextDpi(vrBaseline) - line.Baseline);
MS\Internal\Text\Line.cs (1)
404internal double BaselineOffset { get { return _line.Baseline; } }