3 implementations of IAnimationSourceHandler
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ImageRenderer.cs (3)
119
public sealed class FileImageSourceHandler : IImageSourceHandler,
IAnimationSourceHandler
154
public sealed class StreamImagesourceHandler : IImageSourceHandler,
IAnimationSourceHandler
194
public sealed class ImageLoaderSourceHandler : IImageSourceHandler,
IAnimationSourceHandler
2 references to IAnimationSourceHandler
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\ImageElementManager.cs (2)
204
IAnimationSourceHandler
handler = null;
206
handler = Controls.Internals.Registrar.Registered.GetHandlerForObject<
IAnimationSourceHandler
>(source);