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