2 references to WpfPixelsPerInch
ReachFramework (2)
PrintConfig\PrintSchemaShim.cs (2)
1188
return ((double)tenthOfMillimeterValue / 2540.0) * (double)
WpfPixelsPerInch
;
1193
return (int)(((dipValue / (double)
WpfPixelsPerInch
) * 2540) + 0.5);