3 references to GetProcessDpiAwareness
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
363
appManifestProcessDpiAwareness = DpiUtil.
GetProcessDpiAwareness
(hWnd);
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (1)
3519
return DpiUtil.
GetProcessDpiAwareness
(IntPtr.Zero) == NativeMethods.PROCESS_DPI_AWARENESS.PROCESS_PER_MONITOR_DPI_AWARE;
System\Windows\Window.cs (1)
7794
return DpiUtil.
GetProcessDpiAwareness
(IntPtr.Zero) == NativeMethods.PROCESS_DPI_AWARENESS.PROCESS_PER_MONITOR_DPI_AWARE;