1 write to offsetY
PresentationFramework (1)
System\Windows\Documents\Glyphs.cs (1)
620parsedGlyphData.offsetY = double.Parse(valueSpec, provider: CultureInfo.InvariantCulture);
2 references to offsetY
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
363if (parsedGlyphData.offsetX != 0 || parsedGlyphData.offsetY != 0) 371glyphRunProperties.glyphOffsets[i].Y = parsedGlyphData.offsetY * fromEmToMil;