2 writes to smoothedCumulativeRotation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
834
this.
smoothedCumulativeRotation
= GetSmoothOrientation();
982
this.
smoothedCumulativeRotation
= 0.0f;
6 references to smoothedCumulativeRotation
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
385
float previousSmoothedRotation = this.
smoothedCumulativeRotation
;
528
this.
smoothedCumulativeRotation
- previousSmoothedRotation,
537
this.
smoothedCumulativeRotation
,
571
float smoothedRotate = this.
smoothedCumulativeRotation
;
833
float previousSmoothedCumulativeRotation = this.
smoothedCumulativeRotation
;
835
smoothedRotation = this.
smoothedCumulativeRotation
- previousSmoothedCumulativeRotation;