6 references to LOGPIXELSX
System.Drawing (6)
commonui\System\Drawing\Printing\DefaultPrintController.cs (1)
125
int dpiX = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(this.dc, dc.Hdc), SafeNativeMethods.
LOGPIXELSX
);
commonui\System\Drawing\Printing\PageSettings.cs (2)
113
int dpiX = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.
LOGPIXELSX
);
242
int dpiX = UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.
LOGPIXELSX
);
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
134
int dpiX = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.
LOGPIXELSX
);
commonui\System\Drawing\Printing\PrintPreviewGraphics.cs (1)
55
int dpiX = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.
LOGPIXELSX
);
misc\DpiHelper.cs (1)
111
deviceDpi = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, hDC), CAPS.
LOGPIXELSX
);