2 instantiations of FontImageSourceService
Microsoft.Maui (1)
Hosting\ImageSources\ImageSourcesMauiAppBuilderExtensions.cs (1)
17 services.AddService<IFontImageSource>(svcs => new FontImageSourceService(svcs.GetRequiredService<IFontManager>(), svcs.CreateLogger<FontImageSourceService>()));
Microsoft.Maui.Controls (1)
Hosting\AppHostBuilderExtensions.cs (1)
227 services.AddService<FontImageSource>(svcs => new FontImageSourceService(svcs.GetRequiredService<IFontManager>(), svcs.CreateLogger<FontImageSourceService>()));
3 references to FontImageSourceService
Microsoft.Maui (2)
Hosting\ImageSources\ImageSourcesMauiAppBuilderExtensions.cs (1)
17 services.AddService<IFontImageSource>(svcs => new FontImageSourceService(svcs.GetRequiredService<IFontManager>(), svcs.CreateLogger<FontImageSourceService>()));
ImageSources\FontImageSourceService\FontImageSourceService.cs (1)
13 public FontImageSourceService(IFontManager fontManager, ILogger<FontImageSourceService>? logger = null)
Microsoft.Maui.Controls (1)
Hosting\AppHostBuilderExtensions.cs (1)
227 services.AddService<FontImageSource>(svcs => new FontImageSourceService(svcs.GetRequiredService<IFontManager>(), svcs.CreateLogger<FontImageSourceService>()));