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