1 write to initialVelocity
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\InertiaRotationBehavior2D.cs (1)
119
() => this.
initialVelocity
= value,
3 references to initialVelocity
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\InertiaRotationBehavior2D.cs (3)
113
get { return this.
initialVelocity
; }
118
() => value == this.
initialVelocity
,
138
if (float.IsNaN(this.
initialVelocity
))