1 write to _dpiScaleX
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
1177
_dpiScaleX
= (double)dpiX / DpiUtil.DefaultPixelsPerInch;
1 reference to _dpiScaleX
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
1185
return new DpiScale(
_dpiScaleX
, _dpiScaleY);