3 writes to Baseline
PresentationCore (3)
MS\Internal\FontFace\CompositeFontParser.cs (1)
366
_compositeFontInfo.
Baseline
= GetAttributeAsDouble();
MS\Internal\Shaping\CompositeFontFamily.cs (2)
131
_fontInfo.
Baseline
= value;
166
_fontInfo.
Baseline
= GetFirstFontFamily().BaselineDesign;
4 references to Baseline
PresentationCore (4)
MS\Internal\Shaping\CompositeFontFamily.cs (4)
116
if (_fontInfo.
Baseline
!= 0)
118
return Math.Round(_fontInfo.
Baseline
* emSize);
164
if (_fontInfo.
Baseline
== 0)
168
return _fontInfo.
Baseline
;