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)
73get { return _desiredRotation; } 113behavior2D.DesiredRotation = (float)AngleUtil.DegreesToRadians(behavior._desiredRotation);