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