Implemented interface member:
property
Baseline
MS.Internal.TextFormatting.ITextMetrics.Baseline
2 overrides of Baseline
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2357public override double Baseline
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1120public override double Baseline
4 references to Baseline
PresentationCore (1)
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1834metrics.Baseline = currentLine.Baseline;
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
856return TextDpi.ToTextDpi(_line.Baseline);
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
121Point drawLocation = new Point(TextDpi.FromTextDpi(ur), TextDpi.FromTextDpi(vrBaseline) - line.Baseline);
src\Framework\MS\Internal\Text\Line.cs (1)
415internal double BaselineOffset { get { return _line.Baseline; } }