4 references to Prepare
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (4)
633
this.translationX =
Prepare
(this.initialTranslationX, "translationX");
634
this.translationY =
Prepare
(this.initialTranslationY, "translationY");
635
this.orientation =
Prepare
(this.initialOrientation, "orientation");
636
this.expansion =
Prepare
(this.initialExpansion, "expansion");