4 references to GetDpiForWindow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (3)
8732
deviceDpi = (int)UnsafeNativeMethods.
GetDpiForWindow
(new HandleRef(this, HandleInternal));
13423
deviceDpi = (int)UnsafeNativeMethods.
GetDpiForWindow
(new HandleRef(this, HandleInternal));
13450
uint dpi = UnsafeNativeMethods.
GetDpiForWindow
(new HandleRef(this, HandleInternal));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6104
(int) UnsafeNativeMethods.
GetDpiForWindow
(new HandleRef(this, HandleInternal));