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