1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
2040public ClassDefTable(int Offset) { offset = Offset; }
9 references to offset
PresentationCore (9)
MS\Internal\Shaping\OpenTypeCommon.cs (9)
1940return Table.GetUShort(offset + offsetFormat); 1945return Table.GetUShort(offset + offsetFormat1StartGlyph); 1950return Table.GetUShort(offset + offsetFormat1GlyphCount); 1955return Table.GetUShort(offset + offsetFormat1ClassValueArray + 1961return Table.GetUShort(offset + offsetFormat2RangeCount); 1966return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1973return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1980return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 2037get { return offset == -1; }