2 writes to _bytes
Microsoft.Maui.Essentials (2)
Screenshot\Screenshot.uwp.cs (2)
72 _bytes = bytes; 81 _bytes = pixels.ToArray() ?? throw new ArgumentNullException(nameof(pixels));
2 references to _bytes
Microsoft.Maui.Essentials (2)
Screenshot\Screenshot.uwp.cs (2)
100 Task.FromResult(_bytes); 107 encoder.SetPixelData(BitmapPixelFormat.Bgra8, BitmapAlphaMode.Ignore, (uint)Width, (uint)Height, _dpiX, _dpiY, _bytes);