1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
204public DeviceTable(int Offset) { offset = Offset; }
5 references to offset
PresentationCore (5)
MS\Internal\Shaping\Positioning.cs (5)
142return Table.GetUShort(offset + offsetStartSize); 147return Table.GetUShort(offset + offsetEndSize); 152return Table.GetUShort(offset + offsetDeltaFormat); 157return Table.GetUShort( offset + offsetDeltaValueArray + 205bool IsNull() { return (offset==0); }