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)
9
:
this
(fontManager, null)
Microsoft.Maui.Controls (1)
Hosting\AppHostBuilderExtensions.cs (1)
227
services.AddService<FontImageSource>(svcs => new
FontImageSourceService
(svcs.GetRequiredService<IFontManager>(), svcs.CreateLogger<FontImageSourceService>()));