7 references to ProcessDpiAwarenessContextValue
PresentationFramework (7)
src\Framework\System\Windows\SystemResources.cs (7)
1044/// Ensures that a a notify-window is created corresponding to <see cref="ProcessDpiAwarenessContextValue"/> 1073_hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue == ProcessDpiAwarenessContextValue) == null) 1079var hwndDpiInfo = CreateResourceChangeListenerWindow(ProcessDpiAwarenessContextValue); 1615(ProcessDpiAwarenessContextValue == DpiAwarenessContextValue.PerMonitorAware || 1616ProcessDpiAwarenessContextValue == DpiAwarenessContextValue.PerMonitorAwareVersion2); 1640var hwndDpiInfo = _hwndNotify.Keys.FirstOrDefault((hwndDpiContext) => hwndDpiContext.DpiAwarenessContextValue == ProcessDpiAwarenessContextValue); 1720var processDpiAwarenessContextValue = ProcessDpiAwarenessContextValue;