3 writes to cumulativeRotation
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
714
this.
cumulativeRotation
+= rotation;
720
this.
cumulativeRotation
= ForceFinite(cumulativeRotation);
973
this.
cumulativeRotation
= 0.0f;
4 references to cumulativeRotation
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
234
return this.
cumulativeRotation
;
720
this.cumulativeRotation = ForceFinite(
cumulativeRotation
);
745
this.
cumulativeRotation
,
822
this.
cumulativeRotation
,