1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
1648public FeatureTable(int Offset){ offset = Offset; }
3 references to offset
PresentationCore (3)
MS\Internal\Shaping\OpenTypeCommon.cs (3)
1640return Table.GetUShort(offset + offsetLookupCount); 1645return Table.GetUShort(offset + offsetLookupIndexArray + Index*sizeLookupIndex); 1649public bool IsNull { get{ return (offset==FontTable.InvalidOffset); } }