2 references to DragCompletedCommandProperty
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
121 get { return (ICommand)GetValue(DragCompletedCommandProperty); } 122 set { SetValue(DragCompletedCommandProperty, value); }