1 write to _dpiScaleX
PresentationCore (1)
System\Windows\DpiScale.cs (1)
24
_dpiScaleX
= dpiScaleX;
4 references to _dpiScaleX
PresentationCore (4)
System\Windows\DpiScale.cs (4)
36
get { return
_dpiScaleX
; }
66
get { return DpiUtil.DefaultPixelsPerInch *
_dpiScaleX
; }
80
internal bool Equals(DpiScale other) =>
_dpiScaleX
== other.
_dpiScaleX
&& _dpiScaleY == other._dpiScaleY;