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