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