4 references to Lazy
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (4)
115this.linearVelocityX = new Lazy<float>(getLinearVelocityX); 116this.linearVelocityY = new Lazy<float>(getLinearVelocityY); 117this.angularVelocity = new Lazy<float>(getAngularVelocity); 118this.expansionVelocity = new Lazy<float>(getExpansionVelocity);