1 write to offset
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\Context.cs (1)
1277public ChainingSubtable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
Core\CSharp\MS\Internal\Shaping\Context.cs (10)
1149return Table.GetUShort(offset+offsetFormat); 1176new GlyphChainingSubtable(offset); 1188new ClassChainingSubtable(offset); 1200new CoverageChainingSubtable(Table, offset); 1226new GlyphChainingSubtable(offset); 1232new ClassChainingSubtable(offset); 1238new CoverageChainingSubtable(table, offset); 1256new GlyphChainingSubtable(offset); 1262new ClassChainingSubtable(offset); 1268new CoverageChainingSubtable(table, offset);