2 references to DragStartedCommandProperty
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
116 get { return (ICommand)GetValue(DragStartedCommandProperty); } 117 set { SetValue(DragStartedCommandProperty, value); }