1 write to IsInertial
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
50IsInertial = isInertial;
6 references to IsInertial
PresentationCore (3)
Core\CSharp\System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
129if (!IsInertial)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
480Debug.Assert(!completedEventArgs.IsInertial); 483else if (!(completedEventArgs.IsInertial && _ticking))
PresentationFramework (3)
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
1985if (!(e.IsInertial && CompleteScrollManipulation)) 1987if (e.IsInertial && 1998if (!e.IsInertial && !_panningInfo.IsPanning && !ForceNextManipulationComplete)