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