1 write to _offsets
PresentationCore (1)
System\Windows\Media\GlyphsSerializer.cs (1)
59_offsets = glyphRun.GlyphOffsets;
3 references to _offsets
PresentationCore (3)
System\Windows\Media\GlyphsSerializer.cs (3)
214if (_offsets != null) 217int offset = (int)Math.Round(_offsets[glyph].X * _milToEm); 225offset = (int)Math.Round(_offsets[glyph].Y * _milToEm);