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