5 writes to Offset
System.Windows.Input.Manipulations (5)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (5)
678state.Offset = 0; 691state.Offset = 0; // set to explicit 0 to clear out the fractional part 714state.Offset = 721state.Offset = state.InitialVelocity * state.Duration * 0.5; 1238this.Offset = initialState.Velocity < 0 ? -initialState.AbsoluteOffset : initialState.AbsoluteOffset;
9 references to Offset
System.Windows.Input.Manipulations (9)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (9)
670!double.IsNaN(state.Offset) || !double.IsNaN(state.AbsoluteDeceleration), 687if (!double.IsNaN(state.Offset)) 689if (DoubleUtil.IsZero(state.Offset)) 694state.Duration = 2 * Math.Abs(state.Offset / state.InitialVelocity); 717else if (double.IsNaN(state.Offset)) 726Debug.Assert(!double.IsNaN(state.Offset)); 1187return LimitValue(InitialValue + Offset); 1278",\nOffset=" + this.Offset + 1295Debug.Assert(!double.IsNaN(this.Offset)); // can be infinity