2 references to DpiScale2
PresentationCore (2)
MS\Internal\DpiScale2.cs (1)
209
return new
DpiScale2
(ppiX / DpiUtil.DefaultPixelsPerInch, ppiY / DpiUtil.DefaultPixelsPerInch);
MS\Internal\DpiUtil\DpiUtil+SystemDpiHelper.cs (1)
75
return new
DpiScale2
(UIElement.DpiScaleXValues[0], UIElement.DpiScaleYValues[0]);