2 writes to _isOpen
Microsoft.Maui (2)
Platform\iOS\MauiSwipeView.cs (2)
579
_isOpen
= offset != 0;
691
_isOpen
= false;
5 references to _isOpen
Microsoft.Maui (5)
Platform\iOS\MauiSwipeView.cs (5)
202
if (view.
_isOpen
)
389
if (!
_isOpen
)
456
if (TouchInsideContent(point) &&
_isOpen
)
468
if (!
_isOpen
)
1115
if (
_isOpen
)