1 write to logPixels
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
16508logPixels = new Point();
4 references to logPixels
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
16507if (logPixels.IsEmpty) { 16510logPixels.X = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, dc), NativeMethods.LOGPIXELSX); 16511logPixels.Y = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(null, dc), NativeMethods.LOGPIXELSY); 16514return logPixels;