1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
1096
public Mark2Array(int Offset) {
offset
= Offset; }
2 references to offset
PresentationCore (2)
MS\Internal\Shaping\Positioning.cs (2)
1083
int anchorTableOffset = Table.GetUShort(
offset
+ offsetAnchors +
1092
return new AnchorTable(Table,
offset
+ anchorTableOffset);