1 instantiation of GIFBitmapDecoder
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
870 GIFBitmapDecoder decoder = new GIFBitmapDecoder();
3 references to GIFBitmapDecoder
Microsoft.Maui.Controls (3)
Internals\ImageParser.cs (3)
502 async Task ParseImageDescriptorAsync(GIFDecoderStreamReader stream, GIFBitmapDecoder decoder, GIFBitmap previousBitmap, bool ignoreImageData) 551 public static async Task<GIFBitmap> CreateBitmapAsync(GIFDecoderStreamReader stream, GIFHeader header, GIFBitmapDecoder decoder, GIFBitmap previousBitmap, bool ignoreImageData = false) 870 GIFBitmapDecoder decoder = new GIFBitmapDecoder();