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