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