2 writes to Timestamp
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
1383item.Timestamp = (timestamp + frameTimestampDelta * i); 1564Timestamp = timestamp;
12 references to Timestamp
System.Windows.Input.Manipulations (12)
System\Windows\Input\Manipulations\ManipulationSequence.cs (12)
126if (unchecked(timestamp - this.currentManipulationState.Timestamp) < 0) 146if (unchecked(timestamp - this.currentManipulationState.Timestamp) < 0) 741this.history.Enqueue(new ManipulationState(this.currentManipulationState.Timestamp)); 1100Int64 timeDelta = item.Timestamp - previousTimestamp; 1109previousTimestamp = item.Timestamp; 1268if (this.previousTimestamp != null && item.Timestamp - this.previousTimestamp.Value < ManipulationProcessor2D.TimestampTicksPerMillisecond) 1301Int64 timestampDelta = item.Timestamp - oldItem.Timestamp; 1310previousTimestamp = item.Timestamp; 1396Int64 timestamp = item.Timestamp; 1404else if (timestamp - this.lastItem.Timestamp > this.maxTimestampDelta) 1424Int64 timestampDelta = timestamp - old.Timestamp;