5 references to LOGPIXELSY
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
1456logPixelsY = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSY);
winforms\Managed\System\WinForms\Control.cs (1)
16511logPixels.Y = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, dc), NativeMethods.LOGPIXELSY);
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (1)
428UnsafeNativeMethods.GetDeviceCaps(new HandleRef(tempGraphics, dc), NativeMethods.LOGPIXELSY));
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2954logPixelsY = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSY);
winforms\Managed\System\WinForms\WebBrowserHelper.cs (1)
137logPixelsY = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSY);