1 write to _scaledPictureWidth
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
92_scaledPictureWidth = LogicalToDeviceUnits(PICTUREWIDTH);
4 references to _scaledPictureWidth
System.Windows.Forms (4)
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (4)
248_pictureBox.Location = new Point(_scaledPictureWidth / 8, _scaledPictureHeight / 8); 249_pictureBox.Size = new Size(_scaledPictureWidth * 3 / 4, _scaledPictureHeight * 3 / 4); 252using Icon icon = SystemIcons.GetStockIcon(stockIconId, _scaledPictureWidth); 256_message.SetBounds(_scaledPictureWidth,