2 writes to Timestamp
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
1378item.Timestamp = (timestamp + frameTimestampDelta * i); 1559Timestamp = timestamp;
12 references to Timestamp
System.Windows.Input.Manipulations (12)
System\Windows\Input\Manipulations\ManipulationSequence.cs (12)
125if (unchecked(timestamp - this.currentManipulationState.Timestamp) < 0) 145if (unchecked(timestamp - this.currentManipulationState.Timestamp) < 0) 734this.history.Enqueue(new ManipulationState(this.currentManipulationState.Timestamp)); 1093Int64 timeDelta = item.Timestamp - previousTimestamp; 1102previousTimestamp = item.Timestamp; 1263if (this.previousTimestamp != null && item.Timestamp - this.previousTimestamp.Value < ManipulationProcessor2D.TimestampTicksPerMillisecond) 1296Int64 timestampDelta = item.Timestamp - oldItem.Timestamp; 1305previousTimestamp = item.Timestamp; 1391Int64 timestamp = item.Timestamp; 1399else if (timestamp - this.lastItem.Timestamp > this.maxTimestampDelta) 1419Int64 timestampDelta = timestamp - old.Timestamp;