1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Context.cs (1)
1217public ChainingSubtable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\Context.cs (10)
1090return Table.GetUShort(offset+offsetFormat); 1117new GlyphChainingSubtable(offset); 1129new ClassChainingSubtable(offset); 1141new CoverageChainingSubtable(Table, offset); 1167new GlyphChainingSubtable(offset); 1173new ClassChainingSubtable(offset); 1179new CoverageChainingSubtable(table, offset); 1196new GlyphChainingSubtable(offset); 1202new ClassChainingSubtable(offset); 1208new CoverageChainingSubtable(table, offset);