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