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