1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
1914public CoverageTable(int Offset) { offset = Offset; }
8 references to offset
PresentationCore (8)
MS\Internal\Shaping\OpenTypeCommon.cs (8)
1731return Table.GetUShort(offset + offsetFormat); 1736return Table.GetUShort(offset + offsetFormat1GlyphCount); 1741return Table.GetUShort(offset + offsetFormat1GlyphArray + 1747return Table.GetUShort(offset + offsetFormat2RangeCount); 1752return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1759return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1766return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1911get { return offset == -1; }