4 references to GetExtrapolatedValueAndUpdateState
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
763
ExtrapolatedValue extrapolatedTranslationX =
GetExtrapolatedValueAndUpdateState
(this.translationX, timeDelta);
764
ExtrapolatedValue extrapolatedTranslationY =
GetExtrapolatedValueAndUpdateState
(this.translationY, timeDelta);
765
ExtrapolatedValue extrapolatedOrientation =
GetExtrapolatedValueAndUpdateState
(this.orientation, timeDelta);
766
ExtrapolatedValue extrapolatedExpansion =
GetExtrapolatedValueAndUpdateState
(this.expansion, timeDelta);