4 references to Lazy
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (4)
93this.linearVelocityX = new Lazy<float>(linearVelocityX); 94this.linearVelocityY = new Lazy<float>(linearVelocityY); 95this.angularVelocity = new Lazy<float>(angularVelocity); 96this.expansionVelocity = new Lazy<float>(expansionVelocity);