1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
1028public MarkToBasePositioningSubtable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\Positioning.cs (10)
894return Table.GetUShort(offset + offsetFormat); 899return new CoverageTable(offset + Table.GetUShort(offset + offsetCoverage)); 904return new CoverageTable(offset + Table.GetUShort(offset + 910return Table.GetUShort(offset + offsetClassCount); 915return new MarkArray(offset + Table.GetUShort(offset + offsetMarkArray)); 920return new BaseArray(offset + Table.GetUShort(offset + offsetBaseArray));