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