1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
2035public ClassDefTable(int Offset) { offset = Offset; }
9 references to offset
PresentationCore (9)
MS\Internal\Shaping\OpenTypeCommon.cs (9)
1935return Table.GetUShort(offset + offsetFormat); 1940return Table.GetUShort(offset + offsetFormat1StartGlyph); 1945return Table.GetUShort(offset + offsetFormat1GlyphCount); 1950return Table.GetUShort(offset + offsetFormat1ClassValueArray + 1956return Table.GetUShort(offset + offsetFormat2RangeCount); 1961return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1968return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1975return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 2032get { return offset == -1; }