2 writes to _initialVelocity
PresentationCore (2)
System\Windows\Input\InertiaRotationBehavior.cs (2)
32
_initialVelocity
= initialVelocity;
44
_initialVelocity
= value;
2 references to _initialVelocity
PresentationCore (2)
System\Windows\Input\InertiaRotationBehavior.cs (2)
40
get { return
_initialVelocity
; }
101
behavior2D.InitialVelocity = (float)AngleUtil.DegreesToRadians(behavior.
_initialVelocity
);