14 references to LOGPIXELSX
System.Drawing.Common (6)
misc\DpiHelper.cs (1)
35s_deviceDpiX = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System\Drawing\Printing\DefaultPrintController.cs (1)
94int dpiX = PInvokeCore.GetDeviceCaps(_hdc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System\Drawing\Printing\PageSettings.cs (2)
70int dpiX = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX); 155int dpiX = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System\Drawing\Printing\PreviewPrintController.cs (1)
80int dpiX = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System\Drawing\Printing\PrintPreviewGraphics.cs (1)
38int dpiX = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1067s_logPixelsX = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
283s_logPixels.X = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2765s_logPixelsX = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System\Windows\Forms\Controls\WebBrowser\WebBrowserHelper.cs (1)
69s_logPixelsX = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
478PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX),
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
67return PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
System.Windows.Forms.Primitives.TestUtilities (1)
GdiHelper.cs (1)
14LogicalPixelsX = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);
WinFormsControlsTest (1)
ScalingBeforeChanges.cs (1)
39x = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.LOGPIXELSX);