1 write to _dpiScaleY
PresentationCore (1)
System\Windows\DpiScale.cs (1)
24
_dpiScaleY
= dpiScaleY;
5 references to _dpiScaleY
PresentationCore (5)
System\Windows\DpiScale.cs (5)
46
get { return
_dpiScaleY
; }
54
get { return
_dpiScaleY
; }
76
get { return DpiUtil.DefaultPixelsPerInch *
_dpiScaleY
; }
79
internal bool Equals(DpiScale other) => _dpiScaleX == other._dpiScaleX &&
_dpiScaleY
== other.
_dpiScaleY
;