1 write to scaledMaxWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
102scaledMaxWidth = LogicalToDeviceUnits(MAXWIDTH);
1 reference to scaledMaxWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
235Size textSize = new Size(scaledMaxWidth - scaledPaddingWidth, int.MaxValue);