5 references to DpiScaleYValues
PresentationCore (5)
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 (4)
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]);