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