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