1 write to ProcessDpiAwareness
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
330ProcessDpiAwareness = processDpiAwareness;
10 references to ProcessDpiAwareness
PresentationCore (10)
System\Windows\InterOp\HwndTarget.cs (10)
64/// those related to DPI like <see cref="ProcessDpiAwareness"/> - must be represented as a 418else if (ProcessDpiAwareness.HasValue) 1991/// Also see remarks on <see cref="ProcessDpiAwareness"/> 2000/// and <see cref="ProcessDpiAwareness"/> are only initialized once. 2041if (ProcessDpiAwareness.HasValue) 2043return ProcessDpiAwareness.Value == PROCESS_DPI_AWARENESS.PROCESS_PER_MONITOR_DPI_AWARE; 2054if (ProcessDpiAwareness.HasValue) 2056return ProcessDpiAwareness.Value == PROCESS_DPI_AWARENESS.PROCESS_SYSTEM_DPI_AWARE; 2067if (ProcessDpiAwareness.HasValue) 2069return ProcessDpiAwareness.Value == PROCESS_DPI_AWARENESS.PROCESS_DPI_UNAWARE;