2 writes to cumulativeTranslation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
712
this.
cumulativeTranslation
+= translation;
971
this.
cumulativeTranslation
= new VectorF(0.0f, 0.0f);
12 references to cumulativeTranslation
System.Windows.Input.Manipulations (12)
System\Windows\Input\Manipulations\ManipulationSequence.cs (12)
375
VectorF previousTranslation = this.
cumulativeTranslation
;
411
RaiseEvents(this.
cumulativeTranslation
, previousSmoothedScale, previousSmoothedExpansion, previousSmoothedRotation);
519
this.
cumulativeTranslation
.X - previousTranslation.X,
520
this.
cumulativeTranslation
.Y - previousTranslation.Y,
528
this.
cumulativeTranslation
.X,
529
this.
cumulativeTranslation
.Y,
561
VectorF translate = this.
cumulativeTranslation
;
718
this.
cumulativeTranslation
.X = ForceFinite(this.
cumulativeTranslation
.X);
719
this.
cumulativeTranslation
.Y = ForceFinite(this.
cumulativeTranslation
.Y);
819
(PointF)this.
cumulativeTranslation
,