1 write to scaledPictureWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
118scaledPictureWidth = LogicalToDeviceUnits(PICTUREWIDTH);
3 references to scaledPictureWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (3)
281pictureBox.Location = new Point(scaledPictureWidth/8, scaledPictureHeight/8); 282pictureBox.Size = new Size(scaledPictureWidth*3/4, scaledPictureHeight*3/4); 291message.SetBounds(scaledPictureWidth,