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