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