1 write to _totalX
Microsoft.Maui.Controls (1)
SwipeGestureRecognizer.cs (1)
59
_totalX
= totalX;
2 references to _totalX
Microsoft.Maui.Controls (2)
SwipeGestureRecognizer.cs (2)
72
if (
_totalX
< -threshold)
81
if (
_totalX
> threshold)