1 write to _view
Microsoft.Maui (1)
Platform\iOS\MauiSwipeView.cs (1)
179
public SwipeRecognizerProxy(MauiSwipeView view) =>
_view
= new(view);
3 references to _view
Microsoft.Maui (3)
Platform\iOS\MauiSwipeView.cs (3)
183
return
_view
.TryGetTarget(out var view) && view._swipeOffset != 0;
188
if (!
_view
.TryGetTarget(out var view))
214
if (!
_view
.TryGetTarget(out var view))