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