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