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