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)
47
get { return
_dpiScaleY
; }
55
get { return
_dpiScaleY
; }
77
get { return DpiUtil.DefaultPixelsPerInch *
_dpiScaleY
; }
80
internal bool Equals(DpiScale other) => _dpiScaleX == other._dpiScaleX &&
_dpiScaleY
== other.
_dpiScaleY
;