2 writes to cumulativeTranslation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
719
this.
cumulativeTranslation
+= translation;
978
this.
cumulativeTranslation
= new VectorF(0.0f, 0.0f);
12 references to cumulativeTranslation
System.Windows.Input.Manipulations (12)
System\Windows\Input\Manipulations\ManipulationSequence.cs (12)
382
VectorF previousTranslation = this.
cumulativeTranslation
;
418
RaiseEvents(this.
cumulativeTranslation
, previousSmoothedScale, previousSmoothedExpansion, previousSmoothedRotation);
526
this.
cumulativeTranslation
.X - previousTranslation.X,
527
this.
cumulativeTranslation
.Y - previousTranslation.Y,
535
this.
cumulativeTranslation
.X,
536
this.
cumulativeTranslation
.Y,
568
VectorF translate = this.
cumulativeTranslation
;
725
this.
cumulativeTranslation
.X = ForceFinite(this.
cumulativeTranslation
.X);
726
this.
cumulativeTranslation
.Y = ForceFinite(this.
cumulativeTranslation
.Y);
826
(PointF)this.
cumulativeTranslation
,