14 references to LOGPIXELSY
System.Drawing.Common (6)
misc\DpiHelper.cs (1)
36
s_deviceDpiY = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System\Drawing\Printing\DefaultPrintController.cs (1)
95
int dpiY = PInvokeCore.GetDeviceCaps(_hdc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System\Drawing\Printing\PageSettings.cs (2)
85
int dpiY = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
156
int dpiY = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System\Drawing\Printing\PreviewPrintController.cs (1)
81
int dpiY = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System\Drawing\Printing\PrintPreviewGraphics.cs (1)
39
int dpiY = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1068
s_logPixelsY = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
284
s_logPixels.Y = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2766
s_logPixelsY = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System\Windows\Forms\Controls\WebBrowser\WebBrowserHelper.cs (1)
84
s_logPixelsY = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
479
PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
));
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
888
int lpy = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
System.Windows.Forms.Primitives.TestUtilities (1)
GdiHelper.cs (1)
15
LogicalPixelsY = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);
WinFormsControlsTest (1)
ScalingBeforeChanges.cs (1)
40
y = PInvokeCore.GetDeviceCaps(dc, GET_DEVICE_CAPS_INDEX.
LOGPIXELSY
);