7 references to ProcessDpiAwarenessContextValue
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
1002
/// Ensures that a a notify-window is created corresponding to <see cref="
ProcessDpiAwarenessContextValue
"/>
1026
_hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue ==
ProcessDpiAwarenessContextValue
) == null)
1032
var hwndDpiInfo = CreateResourceChangeListenerWindow(
ProcessDpiAwarenessContextValue
);
1526
(
ProcessDpiAwarenessContextValue
== DpiAwarenessContextValue.PerMonitorAware ||
1527
ProcessDpiAwarenessContextValue
== DpiAwarenessContextValue.PerMonitorAwareVersion2);
1547
var hwndDpiInfo = _hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue ==
ProcessDpiAwarenessContextValue
);
1621
var processDpiAwarenessContextValue =
ProcessDpiAwarenessContextValue
;