1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
1913public CoverageTable(int Offset) { offset = Offset; }
8 references to offset
PresentationCore (8)
MS\Internal\Shaping\OpenTypeCommon.cs (8)
1730return Table.GetUShort(offset + offsetFormat); 1735return Table.GetUShort(offset + offsetFormat1GlyphCount); 1740return Table.GetUShort(offset + offsetFormat1GlyphArray + 1746return Table.GetUShort(offset + offsetFormat2RangeCount); 1751return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1758return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1765return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1910get { return offset == -1; }