1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
448
offset
= Offset;
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\Positioning.cs (10)
345
return Table.GetShort(
offset
+ offsetXCoordinate);
350
return Table.GetShort(
offset
+ offsetYCoordinate);
356
return Table.GetUShort(
offset
+ offsetFormat2AnchorPoint);
362
int DeviceOffset = Table.GetUShort(
offset
+ offsetFormat3XDeviceTable);
366
return new DeviceTable(
offset
+ DeviceOffset);
378
int DeviceOffset = Table.GetUShort(
offset
+ offsetFormat3YDeviceTable);
382
return new DeviceTable(
offset
+ DeviceOffset);
449
if (
offset
!= 0)
450
format = Table.GetUShort(
offset
+ offsetFormat);
455
public bool IsNull() { return (
offset
==0); }