3 writes to cumulativeRotation
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
721
this.
cumulativeRotation
+= rotation;
727
this.
cumulativeRotation
= ForceFinite(cumulativeRotation);
980
this.
cumulativeRotation
= 0.0f;
4 references to cumulativeRotation
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
238
return this.
cumulativeRotation
;
727
this.cumulativeRotation = ForceFinite(
cumulativeRotation
);
752
this.
cumulativeRotation
,
829
this.
cumulativeRotation
,