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