2 references to CreateBitmapAsync
Microsoft.Maui.Controls (2)
Internals\ImageParser.cs (2)
877
currentBitmap = await GIFBitmap.
CreateBitmapAsync
(reader, header, decoder, previousBitmap, ignoreImageData).ConfigureAwait(false);
882
currentBitmap = await GIFBitmap.
CreateBitmapAsync
(reader, header, decoder, previousBitmap, ignoreImageData).ConfigureAwait(false);