1 write to scaledMaxTextWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
106scaledMaxTextWidth = LogicalToDeviceUnits(MAXTEXTWIDTH);
2 references to scaledMaxTextWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
249if (textSize.Width < scaledMaxTextWidth) textSize.Width = scaledMaxTextWidth;