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