1 write to CommandParameter
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
26 CommandParameter = view
5 references to CommandParameter
Microsoft.Maui.Controls (5)
TapGestureRecognizer.cs (5)
13 /// <summary>Bindable property for <see cref="CommandParameter"/>.</summary> 14 public static readonly BindableProperty CommandParameterProperty = BindableProperty.Create(nameof(CommandParameter), typeof(object), typeof(TapGestureRecognizer), null); 59 if (cmd != null && cmd.CanExecute(CommandParameter)) 60 cmd.Execute(CommandParameter); 62 Tapped?.Invoke(sender, new TappedEventArgs(CommandParameter, getPosition));