1 write to IsInertial
PresentationCore (1)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
41IsInertial = isInertial;
5 references to IsInertial
PresentationCore (2)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
164if (!IsInertial)
System\Windows\Input\ManipulationDevice.cs (1)
347Debug.Assert(!deltaEventArgs.IsInertial);
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1681if (e.IsInertial && CompleteScrollManipulation) 1739if (e.IsInertial && IsPastInertialLimit()) 1766if (e.IsInertial && _panningInfo.InertiaBoundaryBeginTimestamp == 0)