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