3 writes to Baseline
PresentationCore (3)
MS\Internal\FontFace\CompositeFontParser.cs (1)
366
_compositeFontInfo.
Baseline
= GetAttributeAsDouble();
MS\Internal\Shaping\CompositeFontFamily.cs (2)
130
_fontInfo.
Baseline
= value;
165
_fontInfo.
Baseline
= GetFirstFontFamily().BaselineDesign;
5 references to Baseline
PresentationCore (5)
MS\Internal\FontFace\CompositeFontInfo.cs (1)
307
CompositeFontParser.VerifyNonNegativeMultiplierOfEm(nameof(
Baseline
), ref value);
MS\Internal\Shaping\CompositeFontFamily.cs (4)
115
if (_fontInfo.
Baseline
!= 0)
117
return Math.Round(_fontInfo.
Baseline
* emSize);
163
if (_fontInfo.
Baseline
== 0)
167
return _fontInfo.
Baseline
;