5 references to SetImage
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\ButtonLayoutManager.cs (1)
264
await ImageElementManager.
SetImage
(imageRenderer, _element);
iOS\Renderers\ImageButtonRenderer.cs (2)
70
await ImageElementManager.
SetImage
(this, Element).ConfigureAwait(false);
115
await ImageElementManager.
SetImage
(this, Element).ConfigureAwait(false);
iOS\Renderers\ImageElementManager.cs (1)
65
await
SetImage
(renderer, imageElement).ConfigureAwait(false);
iOS\Renderers\ImageRenderer.cs (1)
98
await ImageElementManager.
SetImage
(this, Element, oldElement).ConfigureAwait(false);