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) 1032var hwndDpiInfo = CreateResourceChangeListenerWindow(ProcessDpiAwarenessContextValue); 1526(ProcessDpiAwarenessContextValue == DpiAwarenessContextValue.PerMonitorAware || 1527ProcessDpiAwarenessContextValue == DpiAwarenessContextValue.PerMonitorAwareVersion2); 1547var hwndDpiInfo = _hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue == ProcessDpiAwarenessContextValue); 1621var processDpiAwarenessContextValue = ProcessDpiAwarenessContextValue;