2 writes to _desiredRotation
PresentationCore (2)
Core\CSharp\System\Windows\Input\InertiaRotationBehavior.cs (2)
63
_desiredRotation
= double.NaN;
81
_desiredRotation
= value;
2 references to _desiredRotation
PresentationCore (2)
Core\CSharp\System\Windows\Input\InertiaRotationBehavior.cs (2)
72
get { return
_desiredRotation
; }
112
behavior2D.DesiredRotation = (float)AngleUtil.DegreesToRadians(behavior.
_desiredRotation
);