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