3 references to IsProcessPerMonitorDpiAware
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
1129
if (
IsProcessPerMonitorDpiAware
== true)
2501
if (
IsProcessPerMonitorDpiAware
== true)
Core\CSharp\System\Windows\Media\Visual.cs (1)
2655
if (HwndTarget.
IsProcessPerMonitorDpiAware
== true && HwndTarget.IsPerMonitorDpiScalingEnabled)