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