1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
455offset = Offset;
10 references to offset
PresentationCore (10)
MS\Internal\Shaping\Positioning.cs (10)
352return Table.GetShort(offset + offsetXCoordinate); 357return Table.GetShort(offset + offsetYCoordinate); 363return Table.GetUShort(offset + offsetFormat2AnchorPoint); 369int DeviceOffset = Table.GetUShort(offset + offsetFormat3XDeviceTable); 373return new DeviceTable(offset + DeviceOffset); 385int DeviceOffset = Table.GetUShort(offset + offsetFormat3YDeviceTable); 389return new DeviceTable(offset + DeviceOffset); 456if (offset != 0) 457format = Table.GetUShort(offset + offsetFormat); 462public bool IsNull() { return (offset==0); }