1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Context.cs (1)
1223public ChainingSubtable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\Context.cs (10)
1096return Table.GetUShort(offset+offsetFormat); 1123new GlyphChainingSubtable(offset); 1135new ClassChainingSubtable(offset); 1147new CoverageChainingSubtable(Table, offset); 1173new GlyphChainingSubtable(offset); 1179new ClassChainingSubtable(offset); 1185new CoverageChainingSubtable(table, offset); 1202new GlyphChainingSubtable(offset); 1208new ClassChainingSubtable(offset); 1214new CoverageChainingSubtable(table, offset);