1 write to ProcessDpiAwareness
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
345
ProcessDpiAwareness
= processDpiAwareness;
10 references to ProcessDpiAwareness
PresentationCore (10)
System\Windows\InterOp\HwndTarget.cs (10)
79
/// those related to DPI like <see cref="
ProcessDpiAwareness
"/> - must be represented as a
433
else if (
ProcessDpiAwareness
.HasValue)
2008
/// Also see remarks on <see cref="
ProcessDpiAwareness
"/>
2017
/// and <see cref="
ProcessDpiAwareness
"/> are only initialized once.
2058
if (
ProcessDpiAwareness
.HasValue)
2060
return
ProcessDpiAwareness
.Value == PROCESS_DPI_AWARENESS.PROCESS_PER_MONITOR_DPI_AWARE;
2071
if (
ProcessDpiAwareness
.HasValue)
2073
return
ProcessDpiAwareness
.Value == PROCESS_DPI_AWARENESS.PROCESS_SYSTEM_DPI_AWARE;
2084
if (
ProcessDpiAwareness
.HasValue)
2086
return
ProcessDpiAwareness
.Value == PROCESS_DPI_AWARENESS.PROCESS_DPI_UNAWARE;