2 writes to _dpiX
Microsoft.Maui.Essentials (2)
Screenshot\Screenshot.uwp.cs (2)
73 _dpiX = dpiX; 82 _dpiX = 96;
1 reference to _dpiX
Microsoft.Maui.Essentials (1)
Screenshot\Screenshot.uwp.cs (1)
107 encoder.SetPixelData(BitmapPixelFormat.Bgra8, BitmapAlphaMode.Ignore, (uint)Width, (uint)Height, _dpiX, _dpiY, _bytes);