5 references to LOGPIXELSX
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
1455
logPixelsX = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.
LOGPIXELSX
);
winforms\Managed\System\WinForms\Control.cs (1)
16510
logPixels.X = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, dc), NativeMethods.
LOGPIXELSX
);
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
427
screendpi = new Point(UnsafeNativeMethods.GetDeviceCaps(new HandleRef(tempGraphics, dc), NativeMethods.
LOGPIXELSX
),
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2953
logPixelsX = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.
LOGPIXELSX
);
winforms\Managed\System\WinForms\WebBrowserHelper.cs (1)
119
logPixelsX = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.
LOGPIXELSX
);