8 references to IsProcessPerMonitorDpiAware
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (2)
1029
if (
IsProcessPerMonitorDpiAware
== true)
2299
if (
IsProcessPerMonitorDpiAware
== true)
System\Windows\Media\Visual.cs (1)
2611
if (HwndTarget.
IsProcessPerMonitorDpiAware
== true && HwndTarget.IsPerMonitorDpiScalingEnabled)
PresentationFramework (5)
System\Windows\Controls\Primitives\Popup.cs (2)
3516
if (HwndTarget.
IsProcessPerMonitorDpiAware
.HasValue)
3518
return HwndTarget.
IsProcessPerMonitorDpiAware
.Value;
System\Windows\SystemResources.cs (1)
1503
if (HwndTarget.
IsProcessPerMonitorDpiAware
== true)
System\Windows\Window.cs (2)
7809
if (HwndTarget.
IsProcessPerMonitorDpiAware
.HasValue)
7811
return HwndTarget.
IsProcessPerMonitorDpiAware
.Value;