1 write to _dpiScaleY
PresentationCore (1)
System\Windows\DpiScale.cs (1)
23_dpiScaleY = dpiScaleY;
5 references to _dpiScaleY
PresentationCore (5)
System\Windows\DpiScale.cs (5)
45get { return _dpiScaleY; } 53get { return _dpiScaleY; } 75get { return DpiUtil.DefaultPixelsPerInch * _dpiScaleY; } 78internal bool Equals(DpiScale other) => _dpiScaleX == other._dpiScaleX && _dpiScaleY == other._dpiScaleY;