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