1 write to IsInertial
PresentationCore (1)
System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
37IsInertial = isInertial;
6 references to IsInertial
PresentationCore (3)
System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
110if (!IsInertial)
System\Windows\Input\ManipulationDevice.cs (2)
413Debug.Assert(!completedEventArgs.IsInertial); 416else if (!(completedEventArgs.IsInertial && _ticking))
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1927if (!(e.IsInertial && CompleteScrollManipulation)) 1929if (e.IsInertial && 1940if (!e.IsInertial && !_panningInfo.IsPanning && !ForceNextManipulationComplete)