1 write to IsInertial
PresentationCore (1)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
42
IsInertial
= isInertial;
5 references to IsInertial
PresentationCore (2)
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
165
if (!
IsInertial
)
System\Windows\Input\ManipulationDevice.cs (1)
348
Debug.Assert(!deltaEventArgs.
IsInertial
);
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1682
if (e.
IsInertial
&& CompleteScrollManipulation)
1740
if (e.
IsInertial
&& IsPastInertialLimit())
1767
if (e.
IsInertial
&& _panningInfo.InertiaBoundaryBeginTimestamp == 0)