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