3 references to MaximumProperty
Microsoft.Maui.Controls (2)
Stepper\Stepper.cs (2)
86 get => (double)GetValue(MaximumProperty); 87 set => SetValue(MaximumProperty, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\StepperRenderer.cs (1)
63 else if (e.PropertyName == Stepper.MaximumProperty.PropertyName)