1 write to _totalY
Microsoft.Maui.Controls (1)
SwipeGestureRecognizer.cs (1)
60
_totalY
= totalY;
2 references to _totalY
Microsoft.Maui.Controls (2)
SwipeGestureRecognizer.cs (2)
90
if (
_totalY
> threshold)
99
if (
_totalY
< -threshold)