1 write to _offsets
PresentationCore (1)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (1)
68_offsets = glyphRun.GlyphOffsets;
3 references to _offsets
PresentationCore (3)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (3)
200if (_offsets != null) 203int offset = (int)Math.Round(_offsets[glyph].X * _milToEm); 211offset = (int)Math.Round(_offsets[glyph].Y * _milToEm);