5 references to GetWindowDpi
PresentationCore (3)
MS\Internal\DpiUtil\DpiUtil+HwndDpiInfo.cs (1)
29
item2: DpiUtil.
GetWindowDpi
(hWnd, fallbackToNearestMonitorHeuristic))
System\Windows\InterOp\HwndTarget.cs (2)
415
dpiScale = DpiUtil.
GetWindowDpi
(hWnd, fallbackToNearestMonitorHeuristic: false);
441
? DpiUtil.
GetWindowDpi
(hWnd, fallbackToNearestMonitorHeuristic: false)
PresentationFramework (2)
System\Windows\Interop\HwndHost.cs (2)
416
DpiScale2 dpi = DpiUtil.
GetWindowDpi
(Handle, fallbackToNearestMonitorHeuristic: false);
417
DpiScale2 dpiParent = DpiUtil.
GetWindowDpi
(UnsafeNativeMethods.GetParent(_hwnd), fallbackToNearestMonitorHeuristic: false);