1 write to _platformConfigurationRegistry
Microsoft.Maui.Controls (1)
Stepper\Stepper.cs (1)
56
public Stepper() =>
_platformConfigurationRegistry
= new Lazy<PlatformConfigurationRegistry<Stepper>>(() => new PlatformConfigurationRegistry<Stepper>(this));
1 reference to _platformConfigurationRegistry
Microsoft.Maui.Controls (1)
Stepper\Stepper.cs (1)
109
public IPlatformElementConfiguration<T, Stepper> On<T>() where T : IConfigPlatform =>
_platformConfigurationRegistry
.Value.On<T>();