2 implementations of Baseline
PresentationCore (2)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
389
double IFontFamily.
Baseline
(double emSize, double toReal, double pixelsPerDip, TextFormattingMode textFormattingMode)
MS\Internal\Shaping\CompositeFontFamily.cs (1)
106
public double
Baseline
(double emSize, double toReal, double pixelsPerDip, TextFormattingMode textFormattingMode)
3 references to Baseline
PresentationCore (3)
MS\Internal\FontFace\PhysicalFontFamily.cs (1)
406
return ((IFontFamily)this).
Baseline
(1, 1, 1, TextFormattingMode.Ideal);
MS\Internal\Shaping\CompositeFontFamily.cs (1)
124
return GetFirstFontFamily().
Baseline
(emSize, toReal, pixelsPerDip, textFormattingMode);
System\Windows\Media\Typeface.cs (1)
276
return CachedTypeface.FirstFontFamily.
Baseline
(emSize, toReal, pixelsPerDip, textFormattingMode);