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