public static Thickness FromDeviceToLogical(this Thickness deviceThickness) { return(DpiUtils.DeviceThicknessToLogical(deviceThickness)); }