1 write to IsInertial
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
57
IsInertial
= isInertial;
5 references to IsInertial
PresentationCore (2)
Core\CSharp\System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
189
if (!
IsInertial
)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (1)
414
Debug.Assert(!deltaEventArgs.
IsInertial
);
PresentationFramework (3)
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
1737
if (e.
IsInertial
&& CompleteScrollManipulation)
1795
if (e.
IsInertial
&& IsPastInertialLimit())
1822
if (e.
IsInertial
&& _panningInfo.InertiaBoundaryBeginTimestamp == 0)