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)
307CompositeFontParser.VerifyNonNegativeMultiplierOfEm(nameof(Baseline), ref value);
MS\Internal\Shaping\CompositeFontFamily.cs (4)
115if (_fontInfo.Baseline != 0) 117return Math.Round(_fontInfo.Baseline * emSize); 163if (_fontInfo.Baseline == 0) 167return _fontInfo.Baseline;