1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
2057public ExtensionLookupTable(int Offset) { offset = Offset; }
3 references to offset
PresentationCore (3)
MS\Internal\Shaping\OpenTypeCommon.cs (3)
2049return Table.GetUShort(offset + offsetLookupType); 2054return offset + (int)Table.GetUInt(offset + offsetExtensionOffset);