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