1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
1542public ScriptTable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\OpenTypeCommon.cs (10)
1494return new LangSysTable(offset + 1495Table.GetOffset(offset + offsetDefaultLangSys)); 1512return Table.GetOffset(offset + offsetDefaultLangSys)!=0; 1518return new LangSysTable(offset+Table.GetOffset(offset+offsetDefaultLangSys)); 1525return Table.GetUShort(offset+offsetLangSysCount); 1530return Table.GetUInt(offset + offsetLangSysRecordArray + 1536return new LangSysTable(offset + Table.GetOffset(offset+ 1543public bool IsNull { get{ return (offset==FontTable.InvalidOffset); } }