2 writes to angularVelocity
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (2)
93
this.
angularVelocity
= new Lazy<float>(angularVelocity);
117
this.
angularVelocity
= new Lazy<float>(getAngularVelocity);
1 reference to angularVelocity
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\ManipulationVelocities2D.cs (1)
52
get { return this.
angularVelocity
.Value; }