1 write to Command
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
25 Command = new Command(sender => _indicatorView.Position = Children.IndexOf(sender)),
3 references to Command
Microsoft.Maui.Controls (3)
TapGestureRecognizer.cs (3)
10 /// <summary>Bindable property for <see cref="Command"/>.</summary> 11 public static readonly BindableProperty CommandProperty = BindableProperty.Create(nameof(Command), typeof(ICommand), typeof(TapGestureRecognizer), null); 58 var cmd = Command;