1 write to Height
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
301
Height
= stream.ReadShort();
2 references to Height
Microsoft.Maui.Controls (2)
Internals\ImageParser.cs (2)
513
await decoder.DecodeAsync(stream, _header.Width, _header.
Height
).ConfigureAwait(false);
649
var height = header.
Height
;