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