1 write to ProcessDpiAwareness
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
329ProcessDpiAwareness = processDpiAwareness;
7 references to ProcessDpiAwareness
PresentationCore (7)
System\Windows\InterOp\HwndTarget.cs (7)
417else if (ProcessDpiAwareness.HasValue) 2036if (ProcessDpiAwareness.HasValue) 2038return ProcessDpiAwareness.Value == PROCESS_DPI_AWARENESS.PROCESS_PER_MONITOR_DPI_AWARE; 2049if (ProcessDpiAwareness.HasValue) 2051return ProcessDpiAwareness.Value == PROCESS_DPI_AWARENESS.PROCESS_SYSTEM_DPI_AWARE; 2062if (ProcessDpiAwareness.HasValue) 2064return ProcessDpiAwareness.Value == PROCESS_DPI_AWARENESS.PROCESS_DPI_UNAWARE;