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);
260
using Icon icon = SystemIcons.GetStockIcon(stockIconId,
_scaledPictureWidth
);
264
_message.SetBounds(
_scaledPictureWidth
,