Base:
1 write to Image
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ImageRenderer.cs (1)
101 void IImageVisualElementRenderer.SetImage(UIImage image) => Control.Image = image;
2 references to Image
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\FormsUIImageView.cs (1)
33 if (Image == null && Animation != null)
iOS\Renderers\ImageRenderer.cs (1)
37 if (Control != null && (oldUIImage = Control.Image) != null)