5 references to GetProcessDpiAwareness
PresentationCore (3)
MS\Internal\DpiUtil\DpiUtil.cs (2)
56/// Equivalent to <see cref="GetProcessDpiAwareness(IntPtr)"/> 60/// <remarks>See remarks for <see cref="GetProcessDpiAwareness(IntPtr)"/></remarks>
System\Windows\InterOp\HwndTarget.cs (1)
363appManifestProcessDpiAwareness = DpiUtil.GetProcessDpiAwareness(hWnd);
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (1)
3525return DpiUtil.GetProcessDpiAwareness(IntPtr.Zero) == NativeMethods.PROCESS_DPI_AWARENESS.PROCESS_PER_MONITOR_DPI_AWARE;
System\Windows\Window.cs (1)
7818return DpiUtil.GetProcessDpiAwareness(IntPtr.Zero) == NativeMethods.PROCESS_DPI_AWARENESS.PROCESS_PER_MONITOR_DPI_AWARE;