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