3 references to MinimumProperty
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
135 get { return (double)GetValue(MinimumProperty); } 136 set { SetValue(MinimumProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SliderRenderer.cs (1)
162 else if (e.PropertyName == Slider.MinimumProperty.PropertyName)