1 write to offset
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (1)
496
offset
= Offset;
10 references to offset
PresentationCore (10)
Core\CSharp\MS\Internal\Shaping\Positioning.cs (10)
393
return Table.GetShort(
offset
+ offsetXCoordinate);
398
return Table.GetShort(
offset
+ offsetYCoordinate);
404
return Table.GetUShort(
offset
+ offsetFormat2AnchorPoint);
410
int DeviceOffset = Table.GetUShort(
offset
+ offsetFormat3XDeviceTable);
414
return new DeviceTable(
offset
+ DeviceOffset);
426
int DeviceOffset = Table.GetUShort(
offset
+ offsetFormat3YDeviceTable);
430
return new DeviceTable(
offset
+ DeviceOffset);
497
if (
offset
!= 0)
498
format = Table.GetUShort(
offset
+ offsetFormat);
503
public bool IsNull() { return (
offset
==0); }