1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Context.cs (1)
1516public SubClassSet(int Offset) { offset = Offset; }
4 references to offset
PresentationCore (4)
MS\Internal\Shaping\Context.cs (4)
1506return Table.GetUShort(offset+offsetRuleCount); 1511return new SubClassRule(offset + Table.GetUShort(offset + offsetRuleArray + 1515public bool IsNull { get { return (offset==FontTable.InvalidOffset); } }