2 writes to glyphOffsets
PresentationFramework (2)
src\Framework\System\Windows\Documents\Glyphs.cs (2)
366glyphRunProperties.glyphOffsets = null; 387glyphRunProperties.glyphOffsets = new Point[glyphCount];
4 references to glyphOffsets
PresentationFramework (4)
src\Framework\System\Windows\Documents\Glyphs.cs (4)
386if (glyphRunProperties.glyphOffsets == null) 389glyphRunProperties.glyphOffsets[i].X = parsedGlyphData.offsetX * fromEmToMil; 390glyphRunProperties.glyphOffsets[i].Y = parsedGlyphData.offsetY * fromEmToMil; 1096glyphOffsets, // glyph offsets