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