4 writes to cumulativeScale
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
714
this.
cumulativeScale
*= scaleFactor;
722
this.
cumulativeScale
= ForceFinite(this.cumulativeScale);
723
this.
cumulativeScale
= ForcePositive(this.cumulativeScale);
973
this.
cumulativeScale
= 1.0f;
6 references to cumulativeScale
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
267
result = this.
cumulativeScale
;
273
result = this.
cumulativeScale
;
722
this.cumulativeScale = ForceFinite(this.
cumulativeScale
);
723
this.cumulativeScale = ForcePositive(this.
cumulativeScale
);
744
this.
cumulativeScale
,
821
this.
cumulativeScale
,