6 references to ImageAnimationHelper
Microsoft.Maui.Controls.Compatibility (6)
iOS\Renderers\ImageAnimationHelper.cs (3)
200
animation =
ImageAnimationHelper
.CreateAnimationFromCGImageSource(parsedImageSource);
221
animation =
ImageAnimationHelper
.CreateAnimationFromCGImageSource(parsedImageSource);
238
animation =
ImageAnimationHelper
.CreateAnimationFromCGImageSource(parsedImageSource);
iOS\Renderers\ImageRenderer.cs (3)
144
FormsCAKeyFrameAnimation animation =
ImageAnimationHelper
.CreateAnimationFromFileImageSource(imagesource as FileImageSource);
184
FormsCAKeyFrameAnimation animation = await
ImageAnimationHelper
.CreateAnimationFromStreamImageSourceAsync(imagesource as StreamImageSource, cancelationToken).ConfigureAwait(false);
224
FormsCAKeyFrameAnimation animation = await
ImageAnimationHelper
.CreateAnimationFromUriImageSourceAsync(imagesource as UriImageSource, cancelationToken).ConfigureAwait(false);