1 write to IsInertial
PresentationCore (1)
Core\CSharp\System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
50
IsInertial
= isInertial;
6 references to IsInertial
PresentationCore (3)
Core\CSharp\System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
129
if (!
IsInertial
)
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
480
Debug.Assert(!completedEventArgs.
IsInertial
);
483
else if (!(completedEventArgs.
IsInertial
&& _ticking))
PresentationFramework (3)
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
1985
if (!(e.
IsInertial
&& CompleteScrollManipulation))
1987
if (e.
IsInertial
&&
1998
if (!e.
IsInertial
&& !_panningInfo.IsPanning && !ForceNextManipulationComplete)