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