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