1 write to offset
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\Substitution.cs (1)
663public AlternateSetTable(int Offset) { offset = Offset; }
2 references to offset
PresentationCore (2)
Core\CSharp\MS\Internal\Shaping\Substitution.cs (2)
644return Table.GetUShort(offset + offsetGlyphCount); 660return Table.GetUShort(offset + offsetGlyphs + (ushort)index*sizeGlyph);