1 write to _header
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
398
_header
= header;
5 references to _header
Microsoft.Maui.Controls (5)
Internals\ImageParser.cs (5)
490
ColorTable =
_header
.GlobalColorTable;
498
BackgroundColor =
_header
.BackgroundColor;
513
await decoder.DecodeAsync(stream,
_header
.Width,
_header
.Height).ConfigureAwait(false);
516
decoder.Compose(
_header
, this, previousBitmap);