1 write to ProcessDpiAwareness
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
374
ProcessDpiAwareness
= 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
468
else if (
ProcessDpiAwareness
.HasValue)
2181
/// Also see remarks on <see cref="
ProcessDpiAwareness
"/>
2190
/// and <see cref="
ProcessDpiAwareness
"/> are only initialized once.
2229
if (
ProcessDpiAwareness
.HasValue)
2231
return
ProcessDpiAwareness
.Value == PROCESS_DPI_AWARENESS.PROCESS_PER_MONITOR_DPI_AWARE;
2242
if (
ProcessDpiAwareness
.HasValue)
2244
return
ProcessDpiAwareness
.Value == PROCESS_DPI_AWARENESS.PROCESS_SYSTEM_DPI_AWARE;
2255
if (
ProcessDpiAwareness
.HasValue)
2257
return
ProcessDpiAwareness
.Value == PROCESS_DPI_AWARENESS.PROCESS_DPI_UNAWARE;