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