1 write to _bytes
Microsoft.Maui.Graphics (1)
PlatformImage.cs (1)
17 _bytes = bytes;
6 references to _bytes
Microsoft.Maui.Graphics (6)
PlatformImage.cs (6)
30 public byte[] Bytes => _bytes; 63 stream.Write(_bytes, 0, _bytes.Length); 103 width = _bytes[i] | width << 8; 104 height = _bytes[i + 4] | height << 8; 116 var stream = new MemoryStream(_bytes);