3 references to PROCESS_DPI_AWARENESS
WindowsBase (3)
Shared\MS\Win32\SafeNativeMethodsCLR.cs (3)
577/// <returns>The <see cref="NativeMethods.PROCESS_DPI_AWARENESS"/> of the specified process</returns> 593internal static NativeMethods.PROCESS_DPI_AWARENESS GetProcessDpiAwareness(HandleRef hProcess) 603return (NativeMethods.PROCESS_DPI_AWARENESS)NativeMethods.IntPtrToInt32(ptrProcessDpiAwareness);