2 writes to Dispose
Microsoft.Maui.Controls (2)
Internals\ImageParser.cs (2)
405
Dispose
= (DisposeMethod)((flags & 0x1C) >> 2);
407
Dispose
= DisposeMethod.LeaveInPlace;
3 references to Dispose
Microsoft.Maui.Controls (3)
Internals\ImageParser.cs (3)
406
if (
Dispose
== DisposeMethod.NoAction)
651
if (previousBitmap != null && previousBitmap.
Dispose
!= GIFBitmap.DisposeMethod.NoAction)
656
if (previousBitmap.
Dispose
== GIFBitmap.DisposeMethod.RestoreToBackground)