2 writes to cumulativeTranslation
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
713
this.
cumulativeTranslation
+= translation;
972
this.
cumulativeTranslation
= new VectorF(0.0f, 0.0f);
12 references to cumulativeTranslation
System.Windows.Input.Manipulations (12)
System\Windows\Input\Manipulations\ManipulationSequence.cs (12)
376
VectorF previousTranslation = this.
cumulativeTranslation
;
412
RaiseEvents(this.
cumulativeTranslation
, previousSmoothedScale, previousSmoothedExpansion, previousSmoothedRotation);
520
this.
cumulativeTranslation
.X - previousTranslation.X,
521
this.
cumulativeTranslation
.Y - previousTranslation.Y,
529
this.
cumulativeTranslation
.X,
530
this.
cumulativeTranslation
.Y,
562
VectorF translate = this.
cumulativeTranslation
;
719
this.
cumulativeTranslation
.X = ForceFinite(this.
cumulativeTranslation
.X);
720
this.
cumulativeTranslation
.Y = ForceFinite(this.
cumulativeTranslation
.Y);
820
(PointF)this.
cumulativeTranslation
,