6 references to DisposeMethod
Microsoft.Maui.Controls (6)
Internals\ImageParser.cs (6)
360 public DisposeMethod Dispose { get; private set; } 405 Dispose = (DisposeMethod)((flags & 0x1C) >> 2); 406 if (Dispose == DisposeMethod.NoAction) 407 Dispose = DisposeMethod.LeaveInPlace; 651 if (previousBitmap != null && previousBitmap.Dispose != GIFBitmap.DisposeMethod.NoAction) 656 if (previousBitmap.Dispose == GIFBitmap.DisposeMethod.RestoreToBackground)