1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
203public DeviceTable(int Offset) { offset = Offset; }
5 references to offset
PresentationCore (5)
MS\Internal\Shaping\Positioning.cs (5)
141return Table.GetUShort(offset + offsetStartSize); 146return Table.GetUShort(offset + offsetEndSize); 151return Table.GetUShort(offset + offsetDeltaFormat); 156return Table.GetUShort( offset + offsetDeltaValueArray + 205private bool IsNull() { return (offset==0); }