1 implementation of GetImageSourceService
Microsoft.Maui (1)
Hosting\ImageSources\ImageSourceServiceProvider.cs (1)
29
public IImageSourceService?
GetImageSourceService
(Type imageSource)
3 references to GetImageSourceService
Microsoft.Maui (3)
Hosting\ImageSources\ImageSourceServiceProviderExtensions.cs (3)
9
provider.
GetImageSourceService
(imageSource.GetType());
13
provider.
GetImageSourceService
(typeof(T));
24
var service = provider.
GetImageSourceService
(imageSourceType);