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