1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Context.cs (1)
1219public ChainingSubtable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\Context.cs (10)
1092return Table.GetUShort(offset+offsetFormat); 1119new GlyphChainingSubtable(offset); 1131new ClassChainingSubtable(offset); 1143new CoverageChainingSubtable(Table, offset); 1169new GlyphChainingSubtable(offset); 1175new ClassChainingSubtable(offset); 1181new CoverageChainingSubtable(table, offset); 1198new GlyphChainingSubtable(offset); 1204new ClassChainingSubtable(offset); 1210new CoverageChainingSubtable(table, offset);