1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Substitution.cs (1)
425public MultipleSubstitutionSequenceTable(int Offset) { offset = Offset; }
2 references to offset
PresentationCore (2)
MS\Internal\Shaping\Substitution.cs (2)
417return Table.GetUShort(offset + offsetGlyphCount); 422return Table.GetUShort(offset + offsetGlyphArray + index * sizeGlyphId);