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