2 writes to _desiredRotation
PresentationCore (2)
System\Windows\Input\InertiaRotationBehavior.cs (2)
61
_desiredRotation
= double.NaN;
79
_desiredRotation
= value;
2 references to _desiredRotation
PresentationCore (2)
System\Windows\Input\InertiaRotationBehavior.cs (2)
70
get { return
_desiredRotation
; }
110
behavior2D.DesiredRotation = (float)AngleUtil.DegreesToRadians(behavior.
_desiredRotation
);