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