2 writes to linearVelocityY
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (2)
91
this.
linearVelocityY
= new Lazy<float>(linearVelocityY);
115
this.
linearVelocityY
= new Lazy<float>(getLinearVelocityY);
1 reference to linearVelocityY
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (1)
43
get { return this.
linearVelocityY
.Value; }