1 write to _dpiScaleY
PresentationCore (1)
System\Windows\DpiScale.cs (1)
25_dpiScaleY = dpiScaleY;
5 references to _dpiScaleY
PresentationCore (5)
System\Windows\DpiScale.cs (5)
47get { return _dpiScaleY; } 55get { return _dpiScaleY; } 77get { return DpiUtil.DefaultPixelsPerInch * _dpiScaleY; } 80internal bool Equals(DpiScale other) => _dpiScaleX == other._dpiScaleX && _dpiScaleY == other._dpiScaleY;