1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
1546public ScriptTable(int Offset) { offset = Offset; }
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\OpenTypeCommon.cs (10)
1498return new LangSysTable(offset + 1499Table.GetOffset(offset + offsetDefaultLangSys)); 1516return Table.GetOffset(offset + offsetDefaultLangSys)!=0; 1522return new LangSysTable(offset+Table.GetOffset(offset+offsetDefaultLangSys)); 1529return Table.GetUShort(offset+offsetLangSysCount); 1534return Table.GetUInt(offset + offsetLangSysRecordArray + 1540return new LangSysTable(offset + Table.GetOffset(offset+ 1547public bool IsNull { get{ return (offset==FontTable.InvalidOffset); } }