1 write to _tapGesture
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (1)
143 _tapGesture = new UITapGestureRecognizer(() =>
5 references to _tapGesture
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\PhoneFlyoutPageRenderer.cs (5)
148 _clickOffView.AddGestureRecognizer(_tapGesture); 189 if (_tapGesture != null) 191 if (_clickOffView != null && _clickOffView.GestureRecognizers.Contains(_tapGesture)) 193 _clickOffView.GestureRecognizers.Remove(_tapGesture); 196 _tapGesture.Dispose();