1 reference to GetBitmap
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\FileImageSourceHandler.cs (1)
30
bitmap = !DecodeSynchronously ? (await context.Resources.GetBitmapAsync(file, context).ConfigureAwait(false)) : context.Resources.
GetBitmap
(file, context);