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