1 write to Width
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
300
Width
= stream.ReadShort();
3 references to Width
Microsoft.Maui.Controls (3)
Internals\ImageParser.cs (3)
513
await decoder.DecodeAsync(stream, _header.
Width
, _header.Height).ConfigureAwait(false);
635
int startBitmapIndex = (previousBitmapBounds.Y + currentRow) * header.
Width
+ previousBitmapBounds.X;
648
var width = header.
Width
;