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