1 write to logPixelsY
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
2954
logPixelsY
= UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, hDC), NativeMethods.LOGPIXELSY);
2 references to logPixelsY
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2961
int logP = xDirection ? logPixelsX :
logPixelsY
;
2967
int logP = xDirection ? logPixelsX :
logPixelsY
;