4 references to GetExtrapolatedValueAndUpdateState
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
759
ExtrapolatedValue extrapolatedTranslationX =
GetExtrapolatedValueAndUpdateState
(this.translationX, timeDelta);
760
ExtrapolatedValue extrapolatedTranslationY =
GetExtrapolatedValueAndUpdateState
(this.translationY, timeDelta);
761
ExtrapolatedValue extrapolatedOrientation =
GetExtrapolatedValueAndUpdateState
(this.orientation, timeDelta);
762
ExtrapolatedValue extrapolatedExpansion =
GetExtrapolatedValueAndUpdateState
(this.expansion, timeDelta);