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