2 implementations of Baseline
PresentationCore (2)
Core\CSharp\MS\Internal\FontFace\PhysicalFontFamily.cs (1)
428
double IFontFamily.
Baseline
(double emSize, double toReal, double pixelsPerDip, TextFormattingMode textFormattingMode)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
122
public double
Baseline
(double emSize, double toReal, double pixelsPerDip, TextFormattingMode textFormattingMode)
2 references to Baseline
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\CompositeFontFamily.cs (1)
140
return GetFirstFontFamily().
Baseline
(emSize, toReal, pixelsPerDip, textFormattingMode);
Core\CSharp\System\Windows\Media\Typeface.cs (1)
291
return CachedTypeface.FirstFontFamily.
Baseline
(emSize, toReal, pixelsPerDip, textFormattingMode);