2 references to UpdateBitmap
Microsoft.Maui.Controls.Compatibility (2)
Android\FastRenderers\ImageElementManager.cs (1)
145
await Control.
UpdateBitmap
(newImage, previous).ConfigureAwait(false);
Android\Renderers\ImageRenderer.cs (1)
127
await Control.
UpdateBitmap
(Element, previous).ConfigureAwait(false);