1 write to IsInertial
PresentationCore (1)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
49
IsInertial
= isInertial;
5 references to IsInertial
PresentationCore (2)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
172
if (!
IsInertial
)
System\Windows\Input\ManipulationDevice.cs (1)
363
Debug.Assert(!deltaEventArgs.
IsInertial
);
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1691
if (e.
IsInertial
&& CompleteScrollManipulation)
1749
if (e.
IsInertial
&& IsPastInertialLimit())
1776
if (e.
IsInertial
&& _panningInfo.InertiaBoundaryBeginTimestamp == 0)