3 writes to cumulativeRotation
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
715
this.
cumulativeRotation
+= rotation;
721
this.
cumulativeRotation
= ForceFinite(cumulativeRotation);
974
this.
cumulativeRotation
= 0.0f;
4 references to cumulativeRotation
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
235
return this.
cumulativeRotation
;
721
this.cumulativeRotation = ForceFinite(
cumulativeRotation
);
746
this.
cumulativeRotation
,
823
this.
cumulativeRotation
,