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