1 write to IsInertial
PresentationCore (1)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
42IsInertial = isInertial;
5 references to IsInertial
PresentationCore (2)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
165if (!IsInertial)
System\Windows\Input\ManipulationDevice.cs (1)
348Debug.Assert(!deltaEventArgs.IsInertial);
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1682if (e.IsInertial && CompleteScrollManipulation) 1740if (e.IsInertial && IsPastInertialLimit()) 1767if (e.IsInertial && _panningInfo.InertiaBoundaryBeginTimestamp == 0)