2 writes to smoothedCumulativeRotation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
828
this.
smoothedCumulativeRotation
= GetSmoothOrientation();
976
this.
smoothedCumulativeRotation
= 0.0f;
6 references to smoothedCumulativeRotation
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
379
float previousSmoothedRotation = this.
smoothedCumulativeRotation
;
522
this.
smoothedCumulativeRotation
- previousSmoothedRotation,
531
this.
smoothedCumulativeRotation
,
565
float smoothedRotate = this.
smoothedCumulativeRotation
;
827
float previousSmoothedCumulativeRotation = this.
smoothedCumulativeRotation
;
829
smoothedRotation = this.
smoothedCumulativeRotation
- previousSmoothedCumulativeRotation;