5 references to LOGPIXELSY
System.Drawing (5)
commonui\System\Drawing\Printing\DefaultPrintController.cs (1)
126int dpiY = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(this.dc, dc.Hdc), SafeNativeMethods.LOGPIXELSY);
commonui\System\Drawing\Printing\PageSettings.cs (2)
143int dpiY = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.LOGPIXELSY); 243int dpiY = UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.LOGPIXELSY);
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
135int dpiY = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.LOGPIXELSY);
commonui\System\Drawing\Printing\PrintPreviewGraphics.cs (1)
56int dpiY = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.LOGPIXELSY);