2 references to ValueProperty
Microsoft.Maui.Controls (2)
Stepper\Stepper.cs (2)
102
get => (double)GetValue(
ValueProperty
);
103
set => SetValue(
ValueProperty
, value);