1 write to initialTimestamp
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
365
this.
initialTimestamp
= timestamp;
5 references to initialTimestamp
System.Windows.Input.Manipulations (5)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (5)
362
if (timestamp != this.
initialTimestamp
)
382
this.previousTimestamp = unchecked(this.
initialTimestamp
- 1);
534
long timeDelta = unchecked(this.previousTimestamp - this.
initialTimestamp
);
747
Int64 timeDelta = unchecked(timestamp - this.
initialTimestamp
);
989
if (this.previousTimestamp != this.
initialTimestamp
)