2 writes to _desiredRotation
PresentationCore (2)
System\Windows\Input\InertiaRotationBehavior.cs (2)
64
_desiredRotation
= double.NaN;
82
_desiredRotation
= value;
2 references to _desiredRotation
PresentationCore (2)
System\Windows\Input\InertiaRotationBehavior.cs (2)
73
get { return
_desiredRotation
; }
113
behavior2D.DesiredRotation = (float)AngleUtil.DegreesToRadians(behavior.
_desiredRotation
);