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