6 references to DpiScaleXValues
PresentationCore (6)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
2504
DpiScale newDpiScale = new DpiScale(UIElement.
DpiScaleXValues
[dpiFlags.Index], UIElement.DpiScaleYValues[dpiFlags.Index]);
Core\CSharp\System\Windows\Media\Visual.cs (5)
4752
if (UIElement.
DpiScaleXValues
.Count == 0)
4759
dpi = new DpiScale(UIElement.
DpiScaleXValues
[0], UIElement.DpiScaleYValues[0]);
4765
if (index < 3 && UIElement.
DpiScaleXValues
[index] != 0 && UIElement.DpiScaleYValues[index] != 0)
4767
dpi = new DpiScale(UIElement.
DpiScaleXValues
[index], UIElement.DpiScaleYValues[index]);
4773
dpi = new DpiScale(UIElement.
DpiScaleXValues
[actualIndex], UIElement.DpiScaleYValues[actualIndex]);