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