4 writes to cumulativeScale
System.Windows.Input.Manipulations (4)
System\Windows\Input\Manipulations\ManipulationSequence.cs (4)
713
this.
cumulativeScale
*= scaleFactor;
721
this.
cumulativeScale
= ForceFinite(this.cumulativeScale);
722
this.
cumulativeScale
= ForcePositive(this.cumulativeScale);
972
this.
cumulativeScale
= 1.0f;
6 references to cumulativeScale
System.Windows.Input.Manipulations (6)
System\Windows\Input\Manipulations\ManipulationSequence.cs (6)
266
result = this.
cumulativeScale
;
272
result = this.
cumulativeScale
;
721
this.cumulativeScale = ForceFinite(this.
cumulativeScale
);
722
this.cumulativeScale = ForcePositive(this.
cumulativeScale
);
743
this.
cumulativeScale
,
820
this.
cumulativeScale
,