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)
1185return new DpiScale(_dpiScaleX, _dpiScaleY);