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