7 references to ProcessDpiAwarenessContextValue
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
1005
/// Ensures that a a notify-window is created corresponding to <see cref="
ProcessDpiAwarenessContextValue
"/>
1029
_hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue ==
ProcessDpiAwarenessContextValue
) == null)
1035
var hwndDpiInfo = CreateResourceChangeListenerWindow(
ProcessDpiAwarenessContextValue
);
1529
(
ProcessDpiAwarenessContextValue
== DpiAwarenessContextValue.PerMonitorAware ||
1530
ProcessDpiAwarenessContextValue
== DpiAwarenessContextValue.PerMonitorAwareVersion2);
1550
var hwndDpiInfo = _hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue ==
ProcessDpiAwarenessContextValue
);
1624
var processDpiAwarenessContextValue =
ProcessDpiAwarenessContextValue
;