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