1 write to offset
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (1)
1673public MarkToLigaturePositioningSubtable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (10)
1518return Table.GetUShort(offset + offsetFormat); 1523return new CoverageTable(offset + Table.GetUShort(offset + offsetMarkCoverage)); 1528return new CoverageTable(offset + Table.GetUShort(offset + offsetLigatureCoverage)); 1533return Table.GetUShort(offset + offsetClassCount); 1538return new MarkArray(offset + Table.GetUShort(offset + offsetMarkArray)); 1543int offsetLigatureArrayTable = offset + Table.GetUShort(offset + offsetLigatureArray);