7 references to GetWindowDpi
PresentationCore (5)
MS\Internal\DpiUtil\DpiUtil.cs (1)
136/// <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)
26/// <param name="fallbackToNearestMonitorHeuristic">Semantics of this parameter are identical to that in <see cref="DpiUtil.GetWindowDpi"/></param> 29item2: DpiUtil.GetWindowDpi(hWnd, fallbackToNearestMonitorHeuristic))
System\Windows\InterOp\HwndTarget.cs (2)
415dpiScale = DpiUtil.GetWindowDpi(hWnd, fallbackToNearestMonitorHeuristic: false); 441? DpiUtil.GetWindowDpi(hWnd, fallbackToNearestMonitorHeuristic: false)
PresentationFramework (2)
System\Windows\Interop\HwndHost.cs (2)
416DpiScale2 dpi = DpiUtil.GetWindowDpi(Handle, fallbackToNearestMonitorHeuristic: false); 417DpiScale2 dpiParent = DpiUtil.GetWindowDpi(UnsafeNativeMethods.GetParent(_hwnd), fallbackToNearestMonitorHeuristic: false);