3 references to GetProcessDpiAwareness
WindowsBase (3)
Shared\MS\Win32\SafeNativeMethodsCLR.cs (3)
585
/// - See remarks for <see cref="SafeNativeMethodsPrivate.
GetProcessDpiAwareness
(HandleRef, out IntPtr)"/>
589
/// Critical - Calls into <see cref="SafeNativeMethodsPrivate.
GetProcessDpiAwareness
(HandleRef, out IntPtr)"/>
596
var hr = (int)SafeNativeMethodsPrivate.
GetProcessDpiAwareness
(hProcess, out ptrProcessDpiAwareness);