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