1 write to initialTimestamp
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
368
this.
initialTimestamp
= timestamp;
5 references to initialTimestamp
System.Windows.Input.Manipulations (5)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (5)
365
if (timestamp != this.
initialTimestamp
)
385
this.previousTimestamp = unchecked(this.
initialTimestamp
- 1);
537
long timeDelta = unchecked(this.previousTimestamp - this.
initialTimestamp
);
750
Int64 timeDelta = unchecked(timestamp - this.
initialTimestamp
);
1001
if (this.previousTimestamp != this.
initialTimestamp
)