Implemented interface member:
property
Baseline
MS.Internal.TextFormatting.ITextMetrics.Baseline
1 override of Baseline
PresentationCore (1)
MS\Internal\TextFormatting\FullTextBreakpoint.cs (1)
342public override double Baseline
2 references to Baseline
PresentationFramework (2)
MS\Internal\PtsHost\PtsHost.cs (2)
1546int dvrAscent = TextDpi.ToTextDpi(textBreakpoint.Baseline); 1547int dvrDescent = TextDpi.ToTextDpi(textBreakpoint.Height - textBreakpoint.Baseline);