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