8 references to GetDeviceCaps
ReachFramework (8)
MS\Internal\Printing\Configuration\WinSpoolPrinterCapabilities.cs (8)
70
logicalPixelsX = UnsafeNativeMethods.
GetDeviceCaps
(hdcRef, DeviceCap.LOGPIXELSX);
71
logicalPixelsY = UnsafeNativeMethods.
GetDeviceCaps
(hdcRef, DeviceCap.LOGPIXELSY);
72
physicalWidth = UnsafeNativeMethods.
GetDeviceCaps
(hdcRef, DeviceCap.PHYSICALWIDTH);
73
physicalHeight = UnsafeNativeMethods.
GetDeviceCaps
(hdcRef, DeviceCap.PHYSICALHEIGHT);
74
physicalOffsetX = UnsafeNativeMethods.
GetDeviceCaps
(hdcRef, DeviceCap.PHYSICALOFFSETX);
75
physicalOffsetY = UnsafeNativeMethods.
GetDeviceCaps
(hdcRef, DeviceCap.PHYSICALOFFSETY);
76
horizontalResolution = UnsafeNativeMethods.
GetDeviceCaps
(hdcRef, DeviceCap.HORZRES);
77
verticalResolution = UnsafeNativeMethods.
GetDeviceCaps
(hdcRef, DeviceCap.VERTRES);