1 write to IsInertial
PresentationCore (1)
System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
38
IsInertial
= isInertial;
6 references to IsInertial
PresentationCore (3)
System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
111
if (!
IsInertial
)
System\Windows\Input\ManipulationDevice.cs (2)
420
Debug.Assert(!completedEventArgs.
IsInertial
);
423
else if (!(completedEventArgs.
IsInertial
&& _ticking))
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
1933
if (!(e.
IsInertial
&& CompleteScrollManipulation))
1935
if (e.
IsInertial
&&
1946
if (!e.
IsInertial
&& !_panningInfo.IsPanning && !ForceNextManipulationComplete)