5 references to GetWindowDpi
PresentationCore (5)
MS\Internal\DpiUtil\DpiUtil.cs (1)
140
/// <param name="fallbackToNearestMonitorHeuristic">The semantics of this parameter are identical to that in <see cref="
GetWindowDpi
(IntPtr, bool)"/></param>
MS\Internal\DpiUtil\DpiUtil+HwndDpiInfo.cs (2)
29
/// <param name="fallbackToNearestMonitorHeuristic">Semantics of this parameter are identical to that in <see cref="DpiUtil.
GetWindowDpi
"/></param>
32
item2: DpiUtil.
GetWindowDpi
(hWnd, fallbackToNearestMonitorHeuristic))
System\Windows\InterOp\HwndTarget.cs (2)
431
dpiScale = DpiUtil.
GetWindowDpi
(hWnd, fallbackToNearestMonitorHeuristic: false);
457
? DpiUtil.
GetWindowDpi
(hWnd, fallbackToNearestMonitorHeuristic: false)