3 references to OnTapGestureRecognizerPropertyChanged
Microsoft.Maui.Controls (3)
Platform\GestureManager\GesturePlatformManager.iOS.cs (3)
88
tapGestureRecognizer.PropertyChanged -=
OnTapGestureRecognizerPropertyChanged
;
617
tapGestureRecognizer.PropertyChanged +=
OnTapGestureRecognizerPropertyChanged
;
709
gestureRecognizer.PropertyChanged -=
OnTapGestureRecognizerPropertyChanged
;