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