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