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)
256_pictureBox.Location = new Point(_scaledPictureWidth / 8, _scaledPictureHeight / 8); 257_pictureBox.Size = new Size(_scaledPictureWidth * 3 / 4, _scaledPictureHeight * 3 / 4); 260using Icon icon = SystemIcons.GetStockIcon(stockIconId, _scaledPictureWidth); 264_message.SetBounds(_scaledPictureWidth,