1 write to offset
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\Context.cs (1)
588
public SubClassSet(int Offset) {
offset
= Offset; }
4 references to offset
PresentationCore (4)
Core\CSharp\MS\Internal\Shaping\Context.cs (4)
578
return Table.GetUShort(
offset
+offsetRuleCount);
583
return new SubClassRule(
offset
+ Table.GetUShort(
offset
+ offsetRuleArray +
587
public bool IsNull { get { return (
offset
==FontTable.InvalidOffset); } }