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