1 write to _platformConfigurationRegistry
Microsoft.Maui.Controls (1)
Label\Label.cs (1)
120 _platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<Label>>(() => new PlatformConfigurationRegistry<Label>(this));
1 reference to _platformConfigurationRegistry
Microsoft.Maui.Controls (1)
Label\Label.cs (1)
373 return _platformConfigurationRegistry.Value.On<T>();