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