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