7 references to ProcessDpiAwarenessContextValue
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
1001/// Ensures that a a notify-window is created corresponding to <see cref="ProcessDpiAwarenessContextValue"/> 1025_hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue == ProcessDpiAwarenessContextValue) == null) 1031var hwndDpiInfo = CreateResourceChangeListenerWindow(ProcessDpiAwarenessContextValue); 1525(ProcessDpiAwarenessContextValue == DpiAwarenessContextValue.PerMonitorAware || 1526ProcessDpiAwarenessContextValue == DpiAwarenessContextValue.PerMonitorAwareVersion2); 1546var hwndDpiInfo = _hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue == ProcessDpiAwarenessContextValue); 1620var processDpiAwarenessContextValue = ProcessDpiAwarenessContextValue;