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)
45
get { return
_dpiScaleY
; }
53
get { return
_dpiScaleY
; }
75
get { return DpiUtil.DefaultPixelsPerInch *
_dpiScaleY
; }
78
internal bool Equals(DpiScale other) => _dpiScaleX == other._dpiScaleX &&
_dpiScaleY
== other.
_dpiScaleY
;