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