1 write to ProcessDpiAwareness
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
374ProcessDpiAwareness = processDpiAwareness;
10 references to ProcessDpiAwareness
PresentationCore (10)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (10)
80/// those related to DPI like <see cref="ProcessDpiAwareness"/> - must be represented as a 468else if (ProcessDpiAwareness.HasValue) 2181/// Also see remarks on <see cref="ProcessDpiAwareness"/> 2190/// and <see cref="ProcessDpiAwareness"/> are only initialized once. 2229if (ProcessDpiAwareness.HasValue) 2231return ProcessDpiAwareness.Value == PROCESS_DPI_AWARENESS.PROCESS_PER_MONITOR_DPI_AWARE; 2242if (ProcessDpiAwareness.HasValue) 2244return ProcessDpiAwareness.Value == PROCESS_DPI_AWARENESS.PROCESS_SYSTEM_DPI_AWARE; 2255if (ProcessDpiAwareness.HasValue) 2257return ProcessDpiAwareness.Value == PROCESS_DPI_AWARENESS.PROCESS_DPI_UNAWARE;