1 write to maxTimestampDelta
System.Windows.Input.Manipulations (1)
System\Windows\Input\Manipulations\ManipulationSequence.cs (1)
1347this.maxTimestampDelta = (Int64)(smoothingLevel * MaxHistoryDuration * ManipulationProcessor2D.TimestampTicksPerMillisecond);
2 references to maxTimestampDelta
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\ManipulationSequence.cs (2)
1400else if (timestamp - this.lastItem.Timestamp > this.maxTimestampDelta) 1421if (timestampDelta <= this.maxTimestampDelta)