3 references to MaximumProperty
Microsoft.Maui.Controls (2)
Slider\Slider.cs (2)
128 get { return (double)GetValue(MaximumProperty); } 129 set { SetValue(MaximumProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\SliderRenderer.cs (1)
160 if (e.PropertyName == Slider.MaximumProperty.PropertyName)