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