1 write to DeviceDpiNew
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Internals.cs (1)
453DeviceDpiNew = deviceDpiNew;
2 references to DeviceDpiNew
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Internals.cs (2)
438Assert.Equal(newDpi, control.DeviceDpiNew); 439Assert.NotEqual(control.DeviceDpiOld, control.DeviceDpiNew);