5 writes to Offset
System.Windows.Input.Manipulations (5)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (5)
681state.Offset = 0; 694state.Offset = 0; // set to explicit 0 to clear out the fractional part 717state.Offset = 724state.Offset = state.InitialVelocity * state.Duration * 0.5; 1250this.Offset = initialState.Velocity < 0 ? -initialState.AbsoluteOffset : initialState.AbsoluteOffset;
9 references to Offset
System.Windows.Input.Manipulations (9)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (9)
673!double.IsNaN(state.Offset) || !double.IsNaN(state.AbsoluteDeceleration), 690if (!double.IsNaN(state.Offset)) 692if (DoubleUtil.IsZero(state.Offset)) 697state.Duration = 2 * Math.Abs(state.Offset / state.InitialVelocity); 720else if (double.IsNaN(state.Offset)) 729Debug.Assert(!double.IsNaN(state.Offset)); 1199return LimitValue(InitialValue + Offset); 1290",\nOffset=" + this.Offset + 1307Debug.Assert(!double.IsNaN(this.Offset)); // can be infinity