4 writes to cumulativeScale
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
720
this.
cumulativeScale
*= scaleFactor;
728
this.
cumulativeScale
= ForceFinite(this.cumulativeScale);
729
this.
cumulativeScale
= ForcePositive(this.cumulativeScale);
979
this.
cumulativeScale
= 1.0f;
6 references to cumulativeScale
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
270
result = this.
cumulativeScale
;
276
result = this.
cumulativeScale
;
728
this.cumulativeScale = ForceFinite(this.
cumulativeScale
);
729
this.cumulativeScale = ForcePositive(this.
cumulativeScale
);
750
this.
cumulativeScale
,
827
this.
cumulativeScale
,