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