3 references to CommandParameter
Microsoft.Maui.Controls (3)
ClickGestureRecognizer.cs (3)
15 /// <summary>Bindable property for <see cref="CommandParameter"/>.</summary> 16 public static readonly BindableProperty CommandParameterProperty = BindableProperty.Create(nameof(CommandParameter), typeof(object), typeof(ClickGestureRecognizer), null); 64 object parameter = CommandParameter;