8 references to DpiScale
PresentationCore (8)
MS\Internal\DpiScale2.cs (1)
32
: this(new
DpiScale
(dpiScaleX, dpiScaleY))
System\Windows\DpiChangedEventArgs.cs (2)
47
OldDpi = new
DpiScale
(oldDpiX / DpiUtil.DefaultPixelsPerInch, oldDpiY / DpiUtil.DefaultPixelsPerInch);
48
NewDpi = new
DpiScale
(newDpiX / DpiUtil.DefaultPixelsPerInch, newDpiY / DpiUtil.DefaultPixelsPerInch);
System\Windows\InterOp\HwndTarget.cs (1)
2307
DpiScale newDpiScale = new
DpiScale
(UIElement.DpiScaleXValues[dpiFlags.Index], UIElement.DpiScaleYValues[dpiFlags.Index]);
System\Windows\Media\Visual.cs (3)
4697
dpi = new
DpiScale
(UIElement.DpiScaleXValues[0], UIElement.DpiScaleYValues[0]);
4705
dpi = new
DpiScale
(UIElement.DpiScaleXValues[index], UIElement.DpiScaleYValues[index]);
4711
dpi = new
DpiScale
(UIElement.DpiScaleXValues[actualIndex], UIElement.DpiScaleYValues[actualIndex]);
System\Windows\UIElement.cs (1)
1158
return new
DpiScale
(_dpiScaleX, _dpiScaleY);