1 write to Index
PresentationCore (1)
System\Windows\DpiChangedEventArgs.cs (1)
219Index = index;
3 references to Index
PresentationCore (3)
System\Windows\DpiChangedEventArgs.cs (1)
198Index = dpiFlags.Index;
System\Windows\InterOp\HwndTarget.cs (2)
2322DpiScale newDpiScale = new DpiScale(UIElement.DpiScaleXValues[dpiFlags.Index], UIElement.DpiScaleYValues[dpiFlags.Index]);