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