1 write to IsInertial
PresentationCore (1)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
49IsInertial = isInertial;
5 references to IsInertial
PresentationCore (2)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
172if (!IsInertial)
System\Windows\Input\ManipulationDevice.cs (1)
363Debug.Assert(!deltaEventArgs.IsInertial);
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1691if (e.IsInertial && CompleteScrollManipulation) 1749if (e.IsInertial && IsPastInertialLimit()) 1776if (e.IsInertial && _panningInfo.InertiaBoundaryBeginTimestamp == 0)