1 write to scaledMaxHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
103
scaledMaxHeight
= LogicalToDeviceUnits(MAXHEIGHT);
2 references to scaledMaxHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (2)
250
if (textSize.Height >
scaledMaxHeight
) textSize.Height =
scaledMaxHeight
;