1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
879
public MarkArray(int Offset) {
offset
= Offset; }
3 references to offset
PresentationCore (3)
MS\Internal\Shaping\Positioning.cs (3)
860
return Table.GetUShort(
offset
+ offsetClassArray +
867
int anchorTableOffset = Table.GetUShort(
offset
+ offsetClassArray +
876
return new AnchorTable(Table,
offset
+ anchorTableOffset);