3 references to DragStartedCommand
Microsoft.Maui.Controls (3)
Slider\Slider.cs (3)
52 /// <summary>Bindable property for <see cref="DragStartedCommand"/>.</summary> 53 public static readonly BindableProperty DragStartedCommandProperty = BindableProperty.Create(nameof(DragStartedCommand), typeof(ICommand), typeof(Slider), default(ICommand)); 156 DragStartedCommand?.Execute(null);