3 references to ExtrapolatedValue
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (3)
925return new ExtrapolatedValue(state.InitialValue, 0, 0, ExtrapolationResult.Skip); 930return new ExtrapolatedValue(state.PreviousValue, 0, state.PreviousValue - state.InitialValue, ExtrapolationResult.Stop); 957ExtrapolatedValue value = new ExtrapolatedValue(resultValue,