1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
1035public MarkToBasePositioningSubtable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\Positioning.cs (10)
901return Table.GetUShort(offset + offsetFormat); 906return new CoverageTable(offset + Table.GetUShort(offset + offsetCoverage)); 911return new CoverageTable(offset + Table.GetUShort(offset + 917return Table.GetUShort(offset + offsetClassCount); 922return new MarkArray(offset + Table.GetUShort(offset + offsetMarkArray)); 927return new BaseArray(offset + Table.GetUShort(offset + offsetBaseArray));