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