3 references to UriImageSourceService
Microsoft.Maui (2)
Hosting\ImageSources\ImageSourcesMauiAppBuilderExtensions.cs (1)
19 services.AddService<IUriImageSource>(svcs => new UriImageSourceService(svcs.CreateLogger<UriImageSourceService>()));
ImageSources\UriImageSourceService\UriImageSourceService.cs (1)
9 : this(null)
Microsoft.Maui.Controls (1)
Hosting\AppHostBuilderExtensions.cs (1)
229 services.AddService<UriImageSource>(svcs => new UriImageSourceService(svcs.CreateLogger<UriImageSourceService>()));