2 writes to _handler
Microsoft.Maui.Controls.Compatibility (2)
iOS\EventTracker.cs (2)
92
_handler
= null;
100
_handler
= handler;
5 references to _handler
Microsoft.Maui.Controls.Compatibility (5)
iOS\EventTracker.cs (5)
81
_handler
.RemoveGestureRecognizer(kvp.Value);
413
var translationInView = r.TranslationInView(
_handler
);
603
if (nativeRecognizer != null &&
_handler
!= null)
608
_handler
.AddGestureRecognizer(nativeRecognizer);
655
_handler
.RemoveGestureRecognizer(uiRecognizer);