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