1 write to offset
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (1)
1461public CursivePositioningSubtable(int Offset) { offset = Offset; }
7 references to offset
PresentationCore (7)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (7)
1290return Table.GetUShort(offset + offsetFormat); 1295return new CoverageTable(offset + Table.GetUShort(offset + offsetCoverage)); 1307int anchorTableOffset = Table.GetUShort(offset + 1313return new AnchorTable(Table, offset + anchorTableOffset); 1318int anchorTableOffset = Table.GetUShort(offset + 1324return new AnchorTable(Table, offset + anchorTableOffset);