7 references to ProcessDpiAwarenessContextValue
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
1016
/// Ensures that a a notify-window is created corresponding to <see cref="
ProcessDpiAwarenessContextValue
"/>
1040
_hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue ==
ProcessDpiAwarenessContextValue
) == null)
1046
var hwndDpiInfo = CreateResourceChangeListenerWindow(
ProcessDpiAwarenessContextValue
);
1542
(
ProcessDpiAwarenessContextValue
== DpiAwarenessContextValue.PerMonitorAware ||
1543
ProcessDpiAwarenessContextValue
== DpiAwarenessContextValue.PerMonitorAwareVersion2);
1563
var hwndDpiInfo = _hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue ==
ProcessDpiAwarenessContextValue
);
1637
var processDpiAwarenessContextValue =
ProcessDpiAwarenessContextValue
;