7 references to ProcessDpiAwarenessContextValue
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
1023
/// Ensures that a a notify-window is created corresponding to <see cref="
ProcessDpiAwarenessContextValue
"/>
1047
_hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue ==
ProcessDpiAwarenessContextValue
) == null)
1053
var hwndDpiInfo = CreateResourceChangeListenerWindow(
ProcessDpiAwarenessContextValue
);
1549
(
ProcessDpiAwarenessContextValue
== DpiAwarenessContextValue.PerMonitorAware ||
1550
ProcessDpiAwarenessContextValue
== DpiAwarenessContextValue.PerMonitorAwareVersion2);
1570
var hwndDpiInfo = _hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue ==
ProcessDpiAwarenessContextValue
);
1644
var processDpiAwarenessContextValue =
ProcessDpiAwarenessContextValue
;