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