1 write to IsInertial
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
57IsInertial = isInertial;
5 references to IsInertial
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
189if (!IsInertial)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
414Debug.Assert(!deltaEventArgs.IsInertial);
PresentationFramework (3)
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
1737if (e.IsInertial && CompleteScrollManipulation) 1795if (e.IsInertial && IsPastInertialLimit()) 1822if (e.IsInertial && _panningInfo.InertiaBoundaryBeginTimestamp == 0)