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