3 references to Tapped
Microsoft.Maui.Controls (3)
RadioButton\RadioButton.cs (2)
335 _tapGestureRecognizer.Tapped += SelectRadioButton; 340 _tapGestureRecognizer.Tapped -= SelectRadioButton;
TapGestureRecognizer.cs (1)
62 Tapped?.Invoke(sender, new TappedEventArgs(CommandParameter, getPosition));