3 writes to Animation
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ImageElementManager.cs (3)
43
imageView.
Animation
= null;
192
imageView.
Animation
= null;
217
imageView.
Animation
= animation;
12 references to Animation
Microsoft.Maui.Controls.Compatibility (12)
iOS\Renderers\FormsUIImageView.cs (3)
33
if (Image == null &&
Animation
!= null)
35
return new CoreGraphics.CGSize(
Animation
.Width,
Animation
.Height);
iOS\Renderers\ImageElementManager.cs (9)
39
if (renderer.GetImage() is FormsUIImageView imageView && imageView.
Animation
!= null)
41
imageView.
Animation
.AnimationStopped -= OnAnimationStopped;
42
imageView.
Animation
.Dispose();
64
if (imageView.
Animation
== null && imageElement.IsAnimationPlaying)
66
if (imageView.
Animation
!= null && imageElement.IsAnimationPlaying && !imageView.IsAnimating)
68
else if (imageView.
Animation
!= null && !imageElement.IsAnimationPlaying && imageView.IsAnimating)
184
if (imageView.
Animation
!= null)
188
imageView.
Animation
.Dispose();
214
if (imageView.
Animation
!= null)