1 write to _dpiScaleX
PresentationCore (1)
System\Windows\DpiScale.cs (1)
23_dpiScaleX = dpiScaleX;
4 references to _dpiScaleX
PresentationCore (4)
System\Windows\DpiScale.cs (4)
35get { return _dpiScaleX; } 65get { return DpiUtil.DefaultPixelsPerInch * _dpiScaleX; } 79internal bool Equals(DpiScale other) => _dpiScaleX == other._dpiScaleX && _dpiScaleY == other._dpiScaleY;