3 references to IsProcessPerMonitorDpiAware
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (2)
1045
if (
IsProcessPerMonitorDpiAware
== true)
2319
if (
IsProcessPerMonitorDpiAware
== true)
System\Windows\Media\Visual.cs (1)
2630
if (HwndTarget.
IsProcessPerMonitorDpiAware
== true && HwndTarget.IsPerMonitorDpiScalingEnabled)