1 write to offset
PresentationCore (1)
MS\Internal\Shaping\Positioning.cs (1)
211public DeviceTable(int Offset) { offset = Offset; }
5 references to offset
PresentationCore (5)
MS\Internal\Shaping\Positioning.cs (5)
149return Table.GetUShort(offset + offsetStartSize); 154return Table.GetUShort(offset + offsetEndSize); 159return Table.GetUShort(offset + offsetDeltaFormat); 164return Table.GetUShort( offset + offsetDeltaValueArray + 212bool IsNull() { return (offset==0); }