Our application has rendering logic that depends on the horizontal / vertical image resolutions in dots per inch.
This used to be available as DpiX and DpiY properties in the WriteableBitmap / BitmapSource classes: https://msdn.microsoft.com/en-us/library/system.windows.media.imaging.writeablebitmap.aspx
For UWP, it's gone: https://msdn.microsoft.com/library/windows/apps/br243259
Do the properties exist somewhere else now or are they totally gone?