1 write to offset
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (1)
1609public ScriptTable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
Core\CSharp\MS\Internal\Shaping\OpenTypeCommon.cs (10)
1561return new LangSysTable(offset + 1562Table.GetOffset(offset + offsetDefaultLangSys)); 1579return Table.GetOffset(offset + offsetDefaultLangSys)!=0; 1585return new LangSysTable(offset+Table.GetOffset(offset+offsetDefaultLangSys)); 1592return Table.GetUShort(offset+offsetLangSysCount); 1597return Table.GetUInt(offset + offsetLangSysRecordArray + 1603return new LangSysTable(offset + Table.GetOffset(offset+ 1610public bool IsNull { get{ return (offset==FontTable.InvalidOffset); } }