1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
2036public ClassDefTable(int Offset) { offset = Offset; }
9 references to offset
PresentationCore (9)
MS\Internal\Shaping\OpenTypeCommon.cs (9)
1936return Table.GetUShort(offset + offsetFormat); 1941return Table.GetUShort(offset + offsetFormat1StartGlyph); 1946return Table.GetUShort(offset + offsetFormat1GlyphCount); 1951return Table.GetUShort(offset + offsetFormat1ClassValueArray + 1957return Table.GetUShort(offset + offsetFormat2RangeCount); 1962return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1969return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1976return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 2033get { return offset == -1; }