1 write to offset
PresentationCore (1)
MS\Internal\Shaping\OpenTypeCommon.cs (1)
1918public CoverageTable(int Offset) { offset = Offset; }
8 references to offset
PresentationCore (8)
MS\Internal\Shaping\OpenTypeCommon.cs (8)
1735return Table.GetUShort(offset + offsetFormat); 1740return Table.GetUShort(offset + offsetFormat1GlyphCount); 1745return Table.GetUShort(offset + offsetFormat1GlyphArray + 1751return Table.GetUShort(offset + offsetFormat2RangeCount); 1756return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1763return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1770return Table.GetUShort(offset + offsetFormat2RangeRecordArray + 1915get { return offset == -1; }