2 writes to _initialVelocity
PresentationCore (2)
Core\CSharp\System\Windows\Input\InertiaRotationBehavior.cs (2)
31
_initialVelocity
= initialVelocity;
43
_initialVelocity
= value;
2 references to _initialVelocity
PresentationCore (2)
Core\CSharp\System\Windows\Input\InertiaRotationBehavior.cs (2)
39
get { return
_initialVelocity
; }
100
behavior2D.InitialVelocity = (float)AngleUtil.DegreesToRadians(behavior.
_initialVelocity
);