1 implementation of IUriImageSource
Microsoft.Maui.Controls (1)
Image\ImageSource.cs (1)
20
public partial class UriImageSource :
IUriImageSource
, IStreamImageSource
2 references to IUriImageSource
Microsoft.Maui (2)
Hosting\ImageSources\ImageSourcesMauiAppBuilderExtensions.cs (1)
19
services.AddService<
IUriImageSource
>(svcs => new UriImageSourceService(svcs.CreateLogger<UriImageSourceService>()));
ImageSources\UriImageSourceService\UriImageSourceService.cs (1)
6
public partial class UriImageSourceService : ImageSourceService, IImageSourceService<
IUriImageSource
>