1 write to initialTimestamp
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
364
this.
initialTimestamp
= timestamp;
5 references to initialTimestamp
System.Windows.Input.Manipulations (5)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (5)
361
if (timestamp != this.
initialTimestamp
)
381
this.previousTimestamp = unchecked(this.
initialTimestamp
- 1);
533
long timeDelta = unchecked(this.previousTimestamp - this.
initialTimestamp
);
746
Int64 timeDelta = unchecked(timestamp - this.
initialTimestamp
);
988
if (this.previousTimestamp != this.
initialTimestamp
)