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