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