1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
1541public ScriptTable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\OpenTypeCommon.cs (10)
1493return new LangSysTable(offset + 1494Table.GetOffset(offset + offsetDefaultLangSys)); 1511return Table.GetOffset(offset + offsetDefaultLangSys)!=0; 1517return new LangSysTable(offset+Table.GetOffset(offset+offsetDefaultLangSys)); 1524return Table.GetUShort(offset+offsetLangSysCount); 1529return Table.GetUInt(offset + offsetLangSysRecordArray + 1535return new LangSysTable(offset + Table.GetOffset(offset+ 1542public bool IsNull { get{ return (offset==FontTable.InvalidOffset); } }