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)
116if (_fontInfo.Baseline != 0) 118return Math.Round(_fontInfo.Baseline * emSize); 164if (_fontInfo.Baseline == 0) 168return _fontInfo.Baseline;